public class LastSyncToRemoteRepo extends Entity
Constructor and Description |
---|
LastSyncToRemoteRepo() |
Modifier and Type | Method and Description |
---|---|
long |
getLocalRepositoryRevisionInProgress() |
long |
getLocalRepositoryRevisionSynced()
Gets the
LocalRepository.revision that
was synced to the remote repository. |
RemoteRepository |
getRemoteRepository() |
boolean |
isResyncMode() |
void |
setLocalRepositoryRevisionInProgress(long localRepositoryRevisionInProgress) |
void |
setLocalRepositoryRevisionSynced(long localRepositoryRevision) |
void |
setRemoteRepository(RemoteRepository remoteRepository) |
void |
setResyncMode(boolean resyncMode) |
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toString_getProperties, toString
public LastSyncToRemoteRepo()
public RemoteRepository getRemoteRepository()
public void setRemoteRepository(RemoteRepository remoteRepository)
public long getLocalRepositoryRevisionSynced()
LocalRepository.revision
that
was synced to the remote repository.
This means all local changes with a localRevision
greater than (>) this revision are not yet sent to the remote repo.
LocalRepository.revision
that
was synced to the remote repository.public void setLocalRepositoryRevisionSynced(long localRepositoryRevision)
public long getLocalRepositoryRevisionInProgress()
public void setLocalRepositoryRevisionInProgress(long localRepositoryRevisionInProgress)
public boolean isResyncMode()
public void setResyncMode(boolean resyncMode)
Copyright © 2013–2019. All rights reserved.