Uses of Interface
jetbrains.buildServer.serverSide.ChangeDescriptor
-
-
Uses of ChangeDescriptor in jetbrains
Methods in jetbrains that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
MockBuildType. getDetectedChanges(SelectPrevBuildPolicy policy)
List<ChangeDescriptor>
MockBuildType. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges)
List<ChangeDescriptor>
MockBuildType. getPendingChangesInAllBranches(Boolean includeDependencyChanges)
List<ChangeDescriptor>
MockBuildType. getPendingChangesInAllBranches(Boolean includeDependencyChanges, VcsModificationProcessor callback)
-
Uses of ChangeDescriptor in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
UserChanges. getChanges()
List<ChangeDescriptor>
MockBuildPromotion. getDetectedChanges(ChangesCalculationOptionsEx options)
List<ChangeDescriptor>
MockBuildPromotion. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy)
List<ChangeDescriptor>
MockBuildPromotion. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges)
List<ChangeDescriptor>
MockBuildPromotion. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
MockBuildPromotion. getPersonalChanges(List<ChangeDescriptor> allChanges)
Method parameters in jetbrains.buildServer with type arguments of type ChangeDescriptor Modifier and Type Method Description void
MockBuildPromotion. fillDetectedChanges(List<ChangeDescriptor> accumulator, ChangesCalculationOptionsEx options)
void
MockBuildPromotion. fillDetectedChanges(List<ChangeDescriptor> accumulator, SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
MockBuildPromotion. getPersonalChanges(List<ChangeDescriptor> allChanges)
-
Uses of ChangeDescriptor in jetbrains.buildServer.buildTriggers.vcs
Method parameters in jetbrains.buildServer.buildTriggers.vcs with type arguments of type ChangeDescriptor Modifier and Type Method Description static List<SVcsModification>
BranchChangesCalculator. getModifications(List<ChangeDescriptor> changes)
-
Uses of ChangeDescriptor in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return types with arguments of type ChangeDescriptor Modifier and Type Method Description static List<ChangeDescriptor>
BranchUtil. getPendingChanges(BuildTypeBranchBean branchBean)
-
Uses of ChangeDescriptor in jetbrains.buildServer.controllers.buildType.tabs
Methods in jetbrains.buildServer.controllers.buildType.tabs that return ChangeDescriptor Modifier and Type Method Description ChangeDescriptor
ChangeLogVcsChangeRow. getChangeDescriptor()
Methods in jetbrains.buildServer.controllers.buildType.tabs that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
ChangeLogArtDependenciesRow. getArtifactDependencyChanges()
static List<ChangeDescriptor>
ChangeLogUtil. getDetectedChanges(BuildPromotionEx buildPromotion, Set<Long> processedModificationIds, SelectPrevBuildPolicy prevBuildPolicy, ChangeLogFilter filter)
Constructors in jetbrains.buildServer.controllers.buildType.tabs with parameters of type ChangeDescriptor Constructor Description ChangeLogArtDependenciesRow(ChangeDescriptor artDepChanges, SBuild build)
ChangeLogVcsChangeRow(ChangeDescriptor change, SBuild build, Set<VcsChangeBranchTag> branchTags)
-
Uses of ChangeDescriptor in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
ChangesBean. getModifications()
Map<String,List<ChangeDescriptor>>
ChangesBean. groupChangesByVcsUsernameSignature(List<ChangeDescriptor> descriptors)
Method parameters in jetbrains.buildServer.controllers.changes with type arguments of type ChangeDescriptor Modifier and Type Method Description Map<String,List<ChangeDescriptor>>
ChangesBean. groupChangesByVcsUsernameSignature(List<ChangeDescriptor> descriptors)
-
Uses of ChangeDescriptor in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
LimitedChangesCollection. getChanges()
List<ChangeDescriptor>
BranchEx. getDetectedChanges(ChangesCalculationOptionsEx options)
List<ChangeDescriptor>
BranchEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges)
Returns changes detected in the branch according to previous build policy.List<ChangeDescriptor>
BranchEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
BuildPromotionEx. getDetectedChanges(ChangesCalculationOptionsEx options)
Returns changes according to the specified optionsList<ChangeDescriptor>
BuildPromotionEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy)
List<ChangeDescriptor>
BuildPromotionEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges)
List<ChangeDescriptor>
BuildPromotionEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
BuildTypeEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy)
List<ChangeDescriptor>
BuildTypeEx. getDetectedChanges(SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges)
List<ChangeDescriptor>
BuildTypeEx. getPendingChangesInAllBranches(Boolean includeDependencyChanges)
Returns pending changes detected in all branches of this build configuration.List<ChangeDescriptor>
BuildTypeEx. getPendingChangesInAllBranches(Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
BuildPromotionEx. getPersonalChanges(List<ChangeDescriptor> allChanges)
Takes all changes and returns only those that belong to current owner of build promotion.Method parameters in jetbrains.buildServer.serverSide with type arguments of type ChangeDescriptor 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 accumulatorvoid
BuildPromotionEx. fillDetectedChanges(List<ChangeDescriptor> accumulator, SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
BuildPromotionEx. getPersonalChanges(List<ChangeDescriptor> allChanges)
Takes all changes and returns only those that belong to current owner of build promotion.Constructor parameters in jetbrains.buildServer.serverSide with type arguments of type ChangeDescriptor Constructor Description LimitedChangesCollection(LimitingVcsModificationProcessor limit, List<ChangeDescriptor> changes)
-
Uses of ChangeDescriptor in jetbrains.buildServer.serverSide.dependency
Methods in jetbrains.buildServer.serverSide.dependency that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
BuildChain. getChanges()
-
Uses of ChangeDescriptor in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement ChangeDescriptor Modifier and Type Class Description class
AbstractChangeDescriptor
class
MockVcsModification
class
MockVcsModificationWithId
Created by Nikita.Skvortsov Date: 3/12/12, 4:40 PMclass
VcsChangeDescriptorImpl
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type ChangeDescriptor Modifier and Type Method Description void
BuildChainChangesCalculator. addBuildChainModifications(BuildPromotion buildPromotion, List<ChangeDescriptor> accumulator, ChangesCalculationOptionsEx options)
Collect change descriptors between two build chains.void
BuildDetectedVcsChangesProvider. addDetectedChanges(List<ChangeDescriptor> accumulator, ChangesCalculationOptionsEx options)
void
BuildDetectedVcsChangesProvider. addDetectedChanges(List<ChangeDescriptor> accumulator, VcsModificationProcessor callback)
void
AbstractBuildPromotion. fillDetectedChanges(List<ChangeDescriptor> accumulator, ChangesCalculationOptionsEx options)
void
AbstractBuildPromotion. fillDetectedChanges(List<ChangeDescriptor> accumulator, SelectPrevBuildPolicy prevBuildPolicy, Boolean includeDependencyChanges, VcsModificationProcessor callback)
List<ChangeDescriptor>
AbstractBuildPromotion. getPersonalChanges(List<ChangeDescriptor> allChanges)
Constructor parameters in jetbrains.buildServer.serverSide.impl with type arguments of type ChangeDescriptor Constructor Description BuildChangesImpl(List<ChangeDescriptor> changes)
-
Uses of ChangeDescriptor in jetbrains.buildServer.serverSide.impl.auth
Method parameters in jetbrains.buildServer.serverSide.impl.auth with type arguments of type ChangeDescriptor Modifier and Type Method Description Set<SUser>
SecuredVcsModificationHistory. getChangeDescriptorCommitters(Collection<ChangeDescriptor> changes, boolean ignoreNonPersonalCommitters)
-
Uses of ChangeDescriptor in jetbrains.buildServer.serverSide.impl.changeProviders
Methods in jetbrains.buildServer.serverSide.impl.changeProviders that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
ArtifactDependencyChangesProvider. getDetectedChanges()
-
Uses of ChangeDescriptor in jetbrains.buildServer.serverSide.matchers
Methods in jetbrains.buildServer.serverSide.matchers with parameters of type ChangeDescriptor Modifier and Type Method Description boolean
ChangeDescriptorMatcher. matchesSafely(ChangeDescriptor item)
-
Uses of ChangeDescriptor in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type ChangeDescriptor Modifier and Type Method Description List<ChangeDescriptor>
UniqueChainDependencyFilter. filter()
Method parameters in jetbrains.buildServer.vcs with type arguments of type ChangeDescriptor Modifier and Type Method Description Set<SUser>
VcsModificationHistoryEx. getChangeDescriptorCommitters(Collection<ChangeDescriptor> changes, boolean ignoreNonPersonalCommitters)
Returns committers from the specified collection of change descriptors.Constructor parameters in jetbrains.buildServer.vcs with type arguments of type ChangeDescriptor Constructor Description UniqueChainDependencyFilter(List<ChangeDescriptor> sDependencyModifications)
-
Uses of ChangeDescriptor in jetbrains.buildServer.vcs.impl
Subinterfaces of ChangeDescriptor in jetbrains.buildServer.vcs.impl Modifier and Type Interface Description interface
VcsModificationEx
Classes in jetbrains.buildServer.vcs.impl that implement ChangeDescriptor Modifier and Type Class Description class
AbstractVcsModification
class
DBVcsModification
class
DuplicateVcsModification
class
PersonalVcsModificationImpl
Created 01.05.13 17:49Method parameters in jetbrains.buildServer.vcs.impl with type arguments of type ChangeDescriptor Modifier and Type Method Description Set<SUser>
DBVcsModificationHistory. getChangeDescriptorCommitters(Collection<ChangeDescriptor> changes, boolean ignoreNonPersonalCommitters)
-
Uses of ChangeDescriptor in jetbrains.buildServer.web.functions.change
Methods in jetbrains.buildServer.web.functions.change with parameters of type ChangeDescriptor Modifier and Type Method Description static SnapDepChangeLink
ChangeFunctions. getSnapDepLink(ChangeDescriptor changeDescriptor)
static boolean
ChangeFunctions. isArtifactDependencyModification(ChangeDescriptor changeDescriptor)
static boolean
ChangeFunctions. isSnapshotDependencyModification(ChangeDescriptor changeDescriptor)
static boolean
ChangeFunctions. isVcsModification(ChangeDescriptor changeDescriptor)
Method parameters in jetbrains.buildServer.web.functions.change with type arguments of type ChangeDescriptor Modifier and Type Method Description static boolean
ChangeFunctions. containsUserChanges(List<ChangeDescriptor> changes, SUser user)
-