Uses of Interface
com.atlassian.bamboo.build.BuildDefinition

Packages that use BuildDefinition
com.atlassian.bamboo.brokenbuildtracker.ui   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.context   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.fieldvalue   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugin.module.ext   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.ww2.actions.branch   
 

Uses of BuildDefinition in com.atlassian.bamboo.brokenbuildtracker.ui
 

Methods in com.atlassian.bamboo.brokenbuildtracker.ui with parameters of type BuildDefinition
 void BrokenBuildConfiguration.transformBuildDefinition(Map<String,Object> stringObjectMap, Map<String,String> stringStringMap, BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement BuildDefinition
 class DefaultBuildDefinition
           
 class PartialBuildDefinitionImpl
          This class is used for BuildDefinition merging.
 

Methods in com.atlassian.bamboo.build that return BuildDefinition
 BuildDefinition DefaultBuildDefinitionManager.getBuildDefinition(Plan plan)
           
 BuildDefinition DefaultBuildDefinitionManagerTx.getBuildDefinition(Plan plan)
           
 BuildDefinition BuildDefinitionManager.getBuildDefinition(Plan plan)
           
 BuildDefinition DefaultBuildDefinitionManager.getBuildDefinition(PlanKey planKey)
           
 BuildDefinition DefaultBuildDefinitionManagerTx.getBuildDefinition(PlanKey planKey)
           
 BuildDefinition BuildDefinitionManager.getBuildDefinition(PlanKey planKey)
          Returns a stateful version the build definition for the Plan.
 BuildDefinition DefaultBuildDefinitionManager.getUnmergedBuildDefinition(PlanKey planKey)
           
 BuildDefinition DefaultBuildDefinitionManagerTx.getUnmergedBuildDefinition(PlanKey planKey)
           
 BuildDefinition BuildDefinitionManager.getUnmergedBuildDefinition(PlanKey planKey)
          Returns a stateful version the build definition for the Plan.
 

Methods in com.atlassian.bamboo.build with parameters of type BuildDefinition
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition)
           
 void DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition)
          Convert and save the build definition.
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart)
           
 void DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition, boolean withQuartzJobsRestart)
          Convert and save the build definition.
 

Uses of BuildDefinition in com.atlassian.bamboo.build.configuration
 

Methods in com.atlassian.bamboo.build.configuration with parameters of type BuildDefinition
 void ConcurrentBuildsConfigurationTransformer.transformBuildDefinition(Map<String,Object> configObjects, Map<String,String> configParameters, BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.build.context
 

Methods in com.atlassian.bamboo.build.context with parameters of type BuildDefinition
 BuildContextBuilder BuildContextBuilderImpl.buildDefinition(BuildDefinition buildDefinition)
           
 BuildContextBuilder BuildContextBuilder.buildDefinition(BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.build.expiry.plugin
 

Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type BuildDefinition
 void BuildExpiryPerPlanTransformer.transformBuildDefinition(Map<String,Object> configObjects, Map<String,String> configParameters, BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildDefinition
 void BuildMonitoringTransformer.transformBuildDefinition(Map<String,Object> configObjects, Map<String,String> configParameters, BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.fieldvalue
 

Methods in com.atlassian.bamboo.fieldvalue that return BuildDefinition
 BuildDefinition BuildDefinitionConverter.copyConfigurationToDefinition(org.apache.commons.configuration.HierarchicalConfiguration fromConfig, BuildDefinition buildDefinition)
          Copies the HierarchicalConfiguration items to the passed BuildDefinition object
 BuildDefinition FieldValueItem.getBuildDefinition()
           
 

Methods in com.atlassian.bamboo.fieldvalue with parameters of type BuildDefinition
 BuildDefinition BuildDefinitionConverter.copyConfigurationToDefinition(org.apache.commons.configuration.HierarchicalConfiguration fromConfig, BuildDefinition buildDefinition)
          Copies the HierarchicalConfiguration items to the passed BuildDefinition object
 void FieldValueItem.setBuildDefinition(BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return BuildDefinition
 BuildDefinition AbstractPlan.getBuildDefinition()
           
 BuildDefinition PlanPermissionSkeleton.getBuildDefinition()
          Deprecated.  
 

Methods in com.atlassian.bamboo.plan with parameters of type BuildDefinition
static
<T> T
PlanHelper.getConfigObject(BuildDefinition planDefinition, String key, Class<T> clazz)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.plan.branch.cache
 

Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type BuildDefinition
ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return BuildDefinition
 BuildDefinition AbstractImmutablePlan.getBuildDefinition()
           
 BuildDefinition ImmutableJobImpl.getBuildDefinition()
           
 BuildDefinition ImmutablePlan.getBuildDefinition()
          Returns the BuildDefinition that backs this Plan
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildDefinition
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
AbstractImmutablePlan(ImmutablePlan plan, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition, ResultsSummaryManager resultsSummaryManager)
           
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.plugin.module.ext
 

Methods in com.atlassian.bamboo.plugin.module.ext with parameters of type BuildDefinition
 void CustomBuildDefinitionGenerator.populateBuildDefinition(ImmutablePlan plan, Map<String,Object> configObjects, BuildDefinition buildDefinition)
          Implementors can add their custom objects to the configObjects map.
 void CustomBuildDefinitionTransformer.transformBuildDefinition(Map<String,Object> configObjects, Map<String,String> configParameters, BuildDefinition buildDefinition)
          Implementors can add their custom objects to the configObjects map.
 

Uses of BuildDefinition in com.atlassian.bamboo.plugins.maven.dependencies
 

Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type BuildDefinition
static AutomaticDependencyManagementConfig AutomaticDependencyManagementPlugin.getConfig(BuildDefinition buildDefinition)
           
 void AutomaticDependencyManagementPlugin.populateBuildDefinition(ImmutablePlan plan, Map<String,Object> configObjects, BuildDefinition buildDefinition)
          For Jobs it adds AutomaticDependencyManagementConfig object from a parent plan
 void AutomaticDependencyManagementConfigProvider.transformBuildDefinition(Map<String,Object> configObjects, Map<String,String> configParameters, BuildDefinition buildDefinition)
           
 

Uses of BuildDefinition in com.atlassian.bamboo.plugins.vcs.task
 

Methods in com.atlassian.bamboo.plugins.vcs.task that return BuildDefinition
 BuildDefinition DeploymentRepositoryBuildContext.getBuildDefinition()
           
 

Uses of BuildDefinition in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task with parameters of type BuildDefinition
 void TaskManagerImpl.updateWorkingDirSelectors(ImmutableBuildable job, BuildDefinition buildDefinition, Map<Long,Long> repositoryIdsChanges)
           
 void TaskManager.updateWorkingDirSelectors(ImmutableBuildable job, BuildDefinition buildDefinition, Map<Long,Long> repositoryIdsChanges)
          Calculates id of the repository that defines working directory after repository or task edition.
 

Uses of BuildDefinition in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return BuildDefinition
 BuildDefinition BuildContextImpl.getBuildDefinition()
           
 BuildDefinition BuildContext.getBuildDefinition()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type BuildDefinition
static void BuildContextHelper.applyBuildDefinitionOverrides(Map<String,String> completeConfiguration, BuildDefinition buildDefinition)
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildDefinition
BuildContextImpl(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext, VariableContext variableContext, Map<String,String> customBuildData, Map<Long,RepositoryDefinition> repositoryDefinitionMap, Set<Long> relevantRepositoryIds, Map<Long,String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, BambooBandanaContext bandanaContext, Iterable<CredentialsData> relevantSharedCredentials)
          Using this constructor directly is not recommended.
 

Uses of BuildDefinition in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type BuildDefinition
protected  Runnable ConfigureBranches.savePlanAndScheduleBranchInitialisation(Plan plan, BuildDefinition buildDefinition, boolean needToInitializeBranches)
           
protected  void ConfigureBranches.schedulePlanBranchInitialization(Plan plan, BuildDefinition buildDefinition, boolean previousPlanBranchCreationEnabledSetting)
          Schedules the plan branch initialization work that the Bamboo server needs to perform.
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.