|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VcsModification
VcsModification object describes a single commit of a user made to particular VCS. On the server-side, there is also SVcsModification extension.
| Method Summary | |
|---|---|
VcsFileModification |
findChangeByPath(java.lang.String fileName)
Find file modification corresponding to given fileName, may be null. |
int |
getChangeCount()
Return number of files changed in this modification |
java.util.List<VcsFileModification> |
getChanges()
Returns list of file modifications related to the change |
java.lang.String |
getDisplayVersion()
|
long |
getId()
Unique identifier for the modification |
java.lang.String |
getVersion()
|
java.lang.String |
getVersionControlName()
Return version control name as returned by VcsSupportConfig.getDisplayName(); for personal builds "Remote Run" string is returned. |
boolean |
isPersonal()
Return true if this modification corresponds to personal change of personal build or pre-tested commit |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface jetbrains.buildServer.vcs.Modification |
|---|
getDescription, getUserName, getVcsDate |
| Method Detail |
|---|
long getId()
boolean isPersonal()
@NotNull java.util.List<VcsFileModification> getChanges()
@Nullable VcsFileModification findChangeByPath(java.lang.String fileName)
VcsChangeInfo.getFileName()
fileName - name a file to search for
int getChangeCount()
@NotNull java.lang.String getVersion()
java.lang.String getDisplayVersion()
java.lang.String getVersionControlName()
VcsSupportConfig.getDisplayName(); for personal builds "Remote Run" string is returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||