Uses of Interface
jetbrains.buildServer.buildTriggers.vcs.BranchedParamState
-
Packages that use BranchedParamState Package Description jetbrains.buildServer.buildTriggers.vcs -
-
Uses of BranchedParamState in jetbrains.buildServer.buildTriggers.vcs
Fields in jetbrains.buildServer.buildTriggers.vcs declared as BranchedParamState Modifier and Type Field Description static BranchedParamState
BranchedParamState. EMPTY_STATE
Methods in jetbrains.buildServer.buildTriggers.vcs that return BranchedParamState Modifier and Type Method Description static BranchedParamState
BranchedParamState. createNewState(long lastSeenTime, long modId)
creates new instance of state for global modification id (i.e.static BranchedParamState
BranchedParamState. createNewState(long lastSeenTime, Map<Long,Long> perRootModIds)
creates new instance of state where each modification is stored per rootstatic BranchedParamState
BranchedParamState. deserialize(String serialized)
deserialize specified string intoBranchedParamState
objectMethods in jetbrains.buildServer.buildTriggers.vcs with parameters of type BranchedParamState Modifier and Type Method Description BranchChangesCalculator.Changes
BranchChangesCalculator. getChanges(BranchedParamState lowerBoundIds, SelectPrevBuildPolicy prevBuildPolicy, boolean includeChangesFromDependencies, boolean collectAllVisitedCommits)
-