|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildRepositoryChanges
Method Summary | |
---|---|
java.util.List<CommitContext> |
getChanges()
List of Commit objects that triggered off this particular build. |
java.lang.String |
getCustomXmlData()
Repository specific data related to this changeset, e.g. |
java.lang.String |
getPreviousVcsRevisionKey()
Returns a Repository dependent "id" for previous state of repository, so change is between previousVcsRevisionKey and vcsRevisionKey
This is value is taken from the Repository as to be internally consistent |
long |
getRepositoryId()
|
int |
getSkippedCommitsCount()
The number of commits that were included in this buildChanges, but their details were skipped (because there was too many commits to keep them all in this buildChanges) |
java.lang.String |
getVcsLastChangeRevisionKey()
Returns a Repository dependent "id" for last change for repository subpath - currently implemented for Subversion ONLY
This is value is taken from the Repository as to be internally consistent
* |
java.lang.String |
getVcsRevisionKey()
Returns a Repository dependent "id" for this checkout. |
void |
setChanges(java.util.List<CommitContext> changes)
|
void |
setCustomXmlData(java.lang.String customXmlData)
|
void |
setPreviousVcsRevisionKey(java.lang.String previousVcsRevisionKey)
|
void |
setRepositoryId(long repositoryId)
|
void |
setSkippedCommitsCount(int skippedCommitsCount)
|
void |
setVcsLastChangeRevisionKey(java.lang.String vcsRevisionKeyForSubpath)
|
void |
setVcsRevisionKey(java.lang.String vcsRevisionKey)
|
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
long getRepositoryId()
void setRepositoryId(long repositoryId)
@Nullable java.lang.String getVcsRevisionKey()
Repository
dependent "id" for this checkout. e.g. date timestamp for CVS, revision number for
SVN etc. This is value is taken from the Repository
as to be internally consistent
void setVcsRevisionKey(@NotNull java.lang.String vcsRevisionKey)
java.lang.String getPreviousVcsRevisionKey()
Repository
dependent "id" for previous state of repository, so change is between previousVcsRevisionKey and vcsRevisionKey
This is value is taken from the Repository
as to be internally consistent
void setPreviousVcsRevisionKey(@Nullable java.lang.String previousVcsRevisionKey)
java.lang.String getVcsLastChangeRevisionKey()
Repository
dependent "id" for last change for repository subpath - currently implemented for Subversion ONLY
This is value is taken from the Repository
as to be internally consistent
*
void setVcsLastChangeRevisionKey(java.lang.String vcsRevisionKeyForSubpath)
@NotNull java.util.List<CommitContext> getChanges()
List
of Commit
objects that triggered off this particular build. Returns empty collection if no changes
returned.
List
of Commit
s. May be emptyvoid setChanges(@NotNull java.util.List<CommitContext> changes)
int getSkippedCommitsCount()
void setSkippedCommitsCount(int skippedCommitsCount)
@Nullable java.lang.String getCustomXmlData()
void setCustomXmlData(@Nullable java.lang.String customXmlData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |