|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChangeDetectionManager
Enscapsulates the detection of the changes given a repository. It provides a central point to place common change detection logic
Method Summary | |
---|---|
BuildChanges |
collectChangesBetween(java.lang.String planKey,
RepositoryV2 repository,
java.lang.String fromVcsRevisionKey,
java.lang.String toVcsRevisionKey)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred between
the fromVcsRevisionKey to toVcsRevisionKey |
BuildChanges |
collectChangesSinceLastBuild(java.lang.String planKey,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred since the
lastVcsRevisionKey to the current latest found on the repository |
Method Detail |
---|
@NotNull BuildChanges collectChangesSinceLastBuild(@NotNull java.lang.String planKey, @NotNull RepositoryV2 repository, @Nullable java.lang.String lastVcsRevisionKey) throws RepositoryException
RepositoryV2
finds the BuildChanges
object that captures all changes that occurred since the
lastVcsRevisionKey to the current latest found on the repository
planKey
- repository
- lastVcsRevisionKey
-
RepositoryException
@NotNull BuildChanges collectChangesBetween(@NotNull java.lang.String planKey, @NotNull RepositoryV2 repository, @Nullable java.lang.String fromVcsRevisionKey, @NotNull java.lang.String toVcsRevisionKey) throws RepositoryException
RepositoryV2
finds the BuildChanges
object that captures all changes that occurred between
the fromVcsRevisionKey to toVcsRevisionKey
planKey
- repository
- fromVcsRevisionKey
- toVcsRevisionKey
-
RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |