|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildChanges
Class that encapsulates the repository changes for a particular build result
Method Summary | |
---|---|
java.util.List<Commit> |
getChanges()
List of Commit objects that triggered off this particular build. |
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 |
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<Commit> changes)
|
void |
setPreviousVcsRevisionKey(java.lang.String previousVcsRevisionKey)
|
void |
setVcsLastChangeRevisionKey(java.lang.String vcsRevisionKeyForSubpath)
|
void |
setVcsRevisionKey(java.lang.String vcsRevisionKey)
|
Method Detail |
---|
@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(@Nullable 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<Commit> getChanges()
List
of Commit
objects that triggered off this particular build. May be null if no changes
returned.
List
of Commit
s. May be emptyvoid setChanges(@NotNull java.util.List<Commit> changes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |