Uses of Interface
jetbrains.buildServer.serverSide.impl.beans.BuildPromotionContext
-
Packages that use BuildPromotionContext Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.beans jetbrains.buildServer.serverSide.impl.dependency -
-
Uses of BuildPromotionContext in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return BuildPromotionContext Modifier and Type Method Description protected BuildPromotionContext
AbstractBuildPromotion. getContext()
BuildPromotionContext
BuildPromotionManagerImpl. getContext()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildPromotionContext Modifier and Type Method Description void
PromotionBuildSettingsFactoryImpl. setBuildPromotionContext(BuildPromotionContext buildPromotionContext)
void
BuildPromotionManagerImpl. setContext(BuildPromotionContext context)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type BuildPromotionContext Constructor Description BuildPromotionImpl(long id, String buildTypeId, Long lastModificationId, Long chainModificationId, boolean personal, Long personalChangeId, Long ownerId, boolean changesDetached, boolean deleted, boolean incomplete, String branchName, Long buildId, Date queuedTimestamp, Date removedFromQueueTimestamp, BuildPromotionContext context, Map<String,Object> attributes, Map<Long,Integer> dependenciesOptions, List<BuildRevisionData> revisions, boolean associatedBuildFinished)
Constructor for existing build promotion, i.e.BuildPromotionImpl(SBuildType buildType, BuildPromotionContext context)
Constructor for new build promotion, will generate new id and persist it in databaseBuildPromotionParameterCollection(long promotionId, BuildPromotionContext context, ReadOnlyUserParameters parentHolder)
BuildPromotionParameters(long promotionId, BuildPromotionContext context, ReadOnlyUserParameters defaultParametersProvider)
BuildPromotionProblems(BuildPromotionEx buildPromotion, BuildPromotionContext context, boolean newPromotion)
DummyBuildPromotion(String branchName, BuildTypeEx buildType, BuildPromotionContext context)
PromotionBuildSettings(BuildPromotionEx buildPromotion, RunTypesProvider runTypesProvider, PromotionBuildSettingsFactory buildTypeSettingsFactory, BuildPromotionContext context)
TemplateDummyBuildPromotion(BuildTypeTemplateEx template, BuildPromotionContext context, BranchSpec branchSpec)
-
Uses of BuildPromotionContext in jetbrains.buildServer.serverSide.impl.beans
Classes in jetbrains.buildServer.serverSide.impl.beans that implement BuildPromotionContext Modifier and Type Class Description class
BuildTypeContextsImpl
Created 12.04.13 11:56 -
Uses of BuildPromotionContext in jetbrains.buildServer.serverSide.impl.dependency
Constructors in jetbrains.buildServer.serverSide.impl.dependency with parameters of type BuildPromotionContext Constructor Description BuildPromotionDependencies(BuildPromotionEx promotion, BuildPromotionContext context, boolean newPromotion, Map<Long,Integer> dependenciesOptions)
-