|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SVcsModification
Server side vcs modification class.
| Method Summary | |
|---|---|
java.util.List<java.lang.Long> |
getCommitterIds()
Returns committers ids. |
java.util.List<FilteredVcsChange> |
getFilteredChanges(BuildPromotion buildPromotion)
Returns list of changed files filtered according to checkout rules of the specified build promotion |
java.util.List<FilteredVcsChange> |
getFilteredChanges(SBuild build)
Returns list of changed files filtered according to checkout rules of the specified build |
java.util.List<FilteredVcsChange> |
getFilteredChanges(SBuildType buildType)
Returns list of changed files filtered according to checkout rules of the specified build configuration |
java.util.Map<SBuildType,SBuild> |
getFirstBuilds()
Returns map of build configuration -> build where this modification was included for the first time. |
int |
getNumberOfRelatedConfigurations()
Returns overall number of build configurations where this modification appeared. |
java.util.Collection<SBuildType> |
getRelatedConfigurations()
Returns collection of build configurations where this modification appeared. |
SVcsRoot |
getVcsRoot()
For non-personal modifications returns VCS root where this modification occurred. |
boolean |
isCommitter(User user)
Returns if the specified user is committer for the modification. |
| Methods inherited from interface jetbrains.buildServer.vcs.VcsModification |
|---|
findChangeByPath, getChangeCount, getChanges, getDisplayVersion, getId, getVersion, getVersionControlName, isPersonal |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface jetbrains.buildServer.vcs.Modification |
|---|
getDescription, getUserName, getVcsDate |
| Method Detail |
|---|
SVcsRoot getVcsRoot()
boolean isCommitter(User user)
user - specified user.
java.util.List<java.lang.Long> getCommitterIds()
@NotNull java.util.Collection<SBuildType> getRelatedConfigurations()
int getNumberOfRelatedConfigurations()
@NotNull
java.util.List<FilteredVcsChange> getFilteredChanges(@NotNull
SBuildType buildType)
buildType - build configuration
@NotNull
java.util.List<FilteredVcsChange> getFilteredChanges(@NotNull
SBuild build)
build - build
@NotNull
java.util.List<FilteredVcsChange> getFilteredChanges(@NotNull
BuildPromotion buildPromotion)
buildPromotion - build promotion
@NotNull java.util.Map<SBuildType,SBuild> getFirstBuilds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||