Uses of Interface
jetbrains.buildServer.serverSide.ChangesCalculationOptions
-
Packages that use ChangesCalculationOptions Package Description jetbrains.buildServer jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of ChangesCalculationOptions in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type ChangesCalculationOptions Modifier and Type Method Description BuildChanges
MockBuildPromotion. getChanges(ChangesCalculationOptions options)
List<SVcsModification>
MockBuildPromotion. getOwnChanges(ChangesCalculationOptions options)
-
Uses of ChangesCalculationOptions in jetbrains.buildServer.serverSide
Subinterfaces of ChangesCalculationOptions in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
ChangesCalculationOptionsEx
Classes in jetbrains.buildServer.serverSide that implement ChangesCalculationOptions Modifier and Type Class Description class
ChangesCalculationOptionsImpl
Methods in jetbrains.buildServer.serverSide that return ChangesCalculationOptions Modifier and Type Method Description ChangesCalculationOptions
ChangesCalculationOptions. copy()
Returns a new copy of this object which can be changed independently from the originalChangesCalculationOptions
ChangesCalculationOptionsFactory. create()
Returns new changes calculation optionsChangesCalculationOptions
ChangesCalculationOptions. setIncludeDependencyChanges(Boolean includeDependencyChanges)
Specifies whether changes from snapshot dependencies should be computed.ChangesCalculationOptions
ChangesCalculationOptions. setPrevBuildPolicy(SelectPrevBuildPolicy prevBuildPolicy)
Sets previous build selection policy to use during changes calculation.ChangesCalculationOptions
ChangesCalculationOptions. setReturnChangesIfNoPreviousBuildFound(boolean returnChangesIfNoPreviousBuildFound)
Specifies whether changes should be return when previous build is not found, by default true.Methods in jetbrains.buildServer.serverSide with parameters of type ChangesCalculationOptions Modifier and Type Method Description BuildChanges
BuildPromotion. getChanges(ChangesCalculationOptions options)
Returns build changes according to the specified optionsList<SVcsModification>
BuildPromotionEx. getOwnChanges(ChangesCalculationOptions options)
Returns changes in this promotion computed according to specified options, doesn't include changes from dependencies. -
Uses of ChangesCalculationOptions in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type ChangesCalculationOptions Modifier and Type Method Description BuildChanges
AbstractBuildPromotion. getChanges(ChangesCalculationOptions options)
List<SVcsModification>
AbstractBuildPromotion. getOwnChanges(ChangesCalculationOptions options)
List<SVcsModification>
DummyBuildPromotion. getOwnChanges(ChangesCalculationOptions options)
List<SVcsModification>
DummyBuildPromotion. getOwnChanges(ChangesCalculationOptions options, boolean checkOwnBranchExistence)
-