Uses of Interface
jetbrains.buildServer.serverSide.ChangesCalculationOptionsEx
-
Packages that use ChangesCalculationOptionsEx Package Description jetbrains.buildServer jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl -
-
Uses of ChangesCalculationOptionsEx in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type ChangesCalculationOptionsEx Modifier and Type Method Description void
MockBuildPromotion. fillDetectedChanges(List<ChangeDescriptor> accumulator, ChangesCalculationOptionsEx options)
List<ChangeDescriptor>
MockBuildPromotion. getDetectedChanges(ChangesCalculationOptionsEx options)
-
Uses of ChangesCalculationOptionsEx in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide that implement ChangesCalculationOptionsEx Modifier and Type Class Description class
ChangesCalculationOptionsImpl
Methods in jetbrains.buildServer.serverSide that return ChangesCalculationOptionsEx Modifier and Type Method Description ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. copy()
ChangesCalculationOptionsEx
ChangesCalculationOptionsFactoryEx. create()
ChangesCalculationOptionsEx
ChangesCalculationOptionsFactoryImpl. create()
ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setCallback(VcsModificationProcessor callback)
Sets the callback to invoke on computed changesChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setDefaultBranchChangesMode(DefaultBranchChangesMode defaultBranchChangesMode)
Sets custom default branch changes mode to use, null means - use the mode configured in the buildTypeChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setIncludeDependencyChanges(Boolean includeDependencyChanges)
ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setIncludeUnreachableChangesFromDetachedRoots(Boolean showUnreachable)
ChangesCalculationOptionsEx
ChangesCalculationOptionsImpl. setIncludeUnreachableChangesFromDetachedRoots(Boolean includeUnreachable)
ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setPrevBuildPolicy(SelectPrevBuildPolicy prevBuildPolicy)
ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setPreviousBuildsProvider(PreviousBuildsProvider previousBuildsProvider)
Sets custom provider of previous builds, this overwrites the effect ofsetPrevBuildPolicy(SelectPrevBuildPolicy)
if it was called before.ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setReturnChangesIfNoPreviousBuildFound(boolean returnChangesIfNoPreviousBuildFound)
ChangesCalculationOptionsEx
ChangesCalculationOptionsEx. setShowSettingsChanges(Boolean showSettingsChanges)
Specifies whether settings changes should be shown.Methods in jetbrains.buildServer.serverSide with parameters of type ChangesCalculationOptionsEx Modifier and Type Method Description void
BuildPromotionEx. fillDetectedChanges(List<ChangeDescriptor> accumulator, ChangesCalculationOptionsEx options)
Computes changes according to the specified options and add them to the given accumulatorList<ChangeDescriptor>
BranchEx. getDetectedChanges(ChangesCalculationOptionsEx options)
List<ChangeDescriptor>
BuildPromotionEx. getDetectedChanges(ChangesCalculationOptionsEx options)
Returns changes according to the specified options -
Uses of ChangesCalculationOptionsEx in jetbrains.buildServer.serverSide.impl
-