Class LoadChangesRequest
- java.lang.Object
-
- jetbrains.buildServer.buildTriggers.vcs.LoadChangesRequest
-
public class LoadChangesRequest extends Object
Created 23.08.13 19:19- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description LoadChangesRequest(LVcsRootInstanceEx fromRepository, LVcsRootInstanceEx toRepository, RepositoryState fromState, RepositoryState toState, CheckoutRules commonRule, Set<CheckoutRules> uniqueRules, OperationRequestor requestor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckoutRules
getCommonRule()
LVcsRootInstanceEx
getFromRepository()
RepositoryState
getFromState()
List<String>
getInterestingBranches()
OperationRequestor
getRequestor()
LVcsRootInstanceEx
getToRepository()
RepositoryState
getToState()
Set<CheckoutRules>
getUniqueRules()
-
-
-
Constructor Detail
-
LoadChangesRequest
public LoadChangesRequest(@Nullable LVcsRootInstanceEx fromRepository, @NotNull LVcsRootInstanceEx toRepository, @NotNull RepositoryState fromState, @NotNull RepositoryState toState, @NotNull CheckoutRules commonRule, @NotNull Set<CheckoutRules> uniqueRules, @NotNull OperationRequestor requestor)
-
-
Method Detail
-
getUniqueRules
@NotNull public Set<CheckoutRules> getUniqueRules()
-
getFromRepository
@Nullable public LVcsRootInstanceEx getFromRepository()
-
getToRepository
@NotNull public LVcsRootInstanceEx getToRepository()
-
getFromState
@NotNull public RepositoryState getFromState()
-
getToState
@NotNull public RepositoryState getToState()
-
getCommonRule
@NotNull public CheckoutRules getCommonRule()
-
getRequestor
@NotNull public OperationRequestor getRequestor()
-
-