public interface BuildChanges
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<SVcsModification> |
getDependencyVcsChanges()
Returns VCS changes from snapshot dependencies
|
java.lang.Iterable<SVcsModification> |
getOwnVcsChanges()
Returns own VCS changes (not changes from snapshot dependencies)
|
java.lang.Iterable<SVcsModification> |
getVcsChanges()
Returns all VCS changes in a build, result includes both own changes
and changes from dependencies
|
boolean |
isDependencyChange(SVcsModification modification)
Returns true if modification is from dependencies
|
boolean |
isOwnChange(SVcsModification modification)
Returns true if modification is from build itself
|
@NotNull java.lang.Iterable<SVcsModification> getVcsChanges()
@NotNull java.lang.Iterable<SVcsModification> getOwnVcsChanges()
@NotNull java.lang.Iterable<SVcsModification> getDependencyVcsChanges()
boolean isOwnChange(@NotNull
SVcsModification modification)
modification - modification to checkboolean isDependencyChange(@NotNull
SVcsModification modification)
modification - modification to check