Modifier and Type | Method and Description |
---|---|
protected TrackingEntry |
BrokenBuildPostProcessor.createNewEntry(Chain chain,
ChainResultsSummary summary) |
void |
BrokenBuildPostProcessor.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution) |
Modifier and Type | Method and Description |
---|---|
Chain |
ChainResultsAction.getChain()
Deprecated.
since 4.4
|
Chain |
DefaultJob.getParent() |
Chain |
Job.getParent()
|
Modifier and Type | Method and Description |
---|---|
static Chain |
JobParamMapHelper.getChain(ActionParametersMap params) |
Chain |
ChainCreationServiceImpl.getNewInstance() |
Modifier and Type | Method and Description |
---|---|
static void |
JobParamMapHelper.setChain(ActionParametersMap actionParametersMap,
Chain chain) |
void |
PlanValidationServiceImpl.validateNewJobForExistingChain(com.atlassian.struts.ValidationAware validationAware,
Chain existingChain,
String buildKey,
String buildName) |
void |
PlanValidationServiceImpl.validateNewJobForExistingChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain existingChain,
String buildKey,
String buildName) |
void |
PlanValidationService.validateNewJobForExistingChain(com.atlassian.struts.ValidationAware validationAware,
Chain existingChain,
String buildKey,
String buildName) |
void |
PlanValidationServiceXWork1.validateNewJobForExistingChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain existingChain,
String buildKey,
String buildName)
Deprecated.
since 5.1
|
void |
PlanValidationServiceImpl.validateNewStageForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName) |
void |
PlanValidationServiceImpl.validateNewStageForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName) |
void |
PlanValidationService.validateNewStageForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName)
Validate the the new stage can be added to the given chain
|
void |
PlanValidationServiceXWork1.validateNewStageForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName)
Deprecated.
since 5.1
|
void |
PlanValidationServiceImpl.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName) |
void |
PlanValidationServiceImpl.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName) |
void |
PlanValidationService.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName)
Ensures that the stage currently exists for a chain
|
void |
PlanValidationServiceXWork1.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName)
Deprecated.
since 5.1
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChain |
Modifier and Type | Method and Description |
---|---|
Chain |
ChainDao.getByChainKey(String fullKey)
Gets a build chain by its key (eg BAM-FOO)
|
Chain |
ChainDao.getByKey(Project project,
String key)
Gets a chain by its key (eg, FOO)
|
Chain |
ChainDao.getByName(Project project,
String name)
Gets a chain by its name
|
Chain |
ChainStageImpl.getChain() |
Chain |
ChainStage.getChain()
Gets the
Chain that the stage belongs to |
Chain |
Chain.getMaster() |
Chain |
ChainResultsSummaryImpl.getPlan() |
Chain |
ChainResultsSummary.getPlan()
Deprecated.
since 5.0
|
Modifier and Type | Method and Description |
---|---|
List<Chain> |
ChainDao.getAllChains()
Returns all of the
Chain 's |
Modifier and Type | Method and Description |
---|---|
void |
ChainStageImpl.setChain(Chain chain) |
void |
ChainStage.setChain(Chain chain)
Sets the
Chain that the stage belongs to |
Constructor and Description |
---|
ChainStageImpl(Chain chain,
String name,
String description,
boolean manual)
Deprecated.
|
ChainStageImpl(Chain chain,
String name,
String description,
boolean manual,
boolean finalStage) |
Modifier and Type | Method and Description |
---|---|
void |
PreChainAction.execute(Chain chain,
ChainExecution chainExecution)
Executes the custom action
|
void |
PostChainIndexAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution) |
void |
PostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action
|
Modifier and Type | Method and Description |
---|---|
void |
CloverChainResultAggregator.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution) |
Modifier and Type | Method and Description |
---|---|
Chain |
ChainResultsSummaryDocument.getPlan() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChainMapper<T extends Chain> |
Modifier and Type | Method and Description |
---|---|
Chain |
ChainMapper.createPlanEntity() |
Constructor and Description |
---|
ChainResultMapper(org.hibernate.SessionFactory sessionFactory,
Chain chain,
BuildResultsSummaryDao buildResultsSummaryDao,
ResultsSummaryManager resultsSummaryManager,
Map<Long,Label> labelMap,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
ChainStageMapper(org.hibernate.SessionFactory sessionFactory,
Chain chain,
PlanDao planDao,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
Modifier and Type | Field and Description |
---|---|
protected Chain |
StageCompletedNotification.chain |
Modifier and Type | Interface and Description |
---|---|
interface |
TopLevelPlan
Marker interface that specifies that the implementing
Plan is a 'top level' object |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChain |
Modifier and Type | Field and Description |
---|---|
protected Chain |
AbstractChain.master |
Modifier and Type | Method and Description |
---|---|
Chain |
AbstractChain.getMaster() |
static Chain |
PlanHelper.getMasterPlan(Chain plan)
Get master plan if plan has master or passed plan otherwise.
|
Modifier and Type | Method and Description |
---|---|
List<Chain> |
PlanManagerImpl.getAllChainsAndJobsUnrestricted() |
List<Chain> |
PlanManager.getAllChainsAndJobsUnrestricted()
WARNING this is probably a bad idea from a performance perspective, only do this if you're going to
traverse through all the
ChainStage and Job of all Chain s returned. |
Modifier and Type | Method and Description |
---|---|
static Job |
PlanHelper.getBranchedJob(Chain chainBranch,
Job masterJob) |
static ChainStage |
PlanHelper.getBranchedStage(Chain chainBranch,
ChainStage masterStage) |
static Chain |
PlanHelper.getMasterPlan(Chain plan)
Get master plan if plan has master or passed plan otherwise.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactSubscriptionManagerImpl.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName) |
boolean |
ArtifactSubscriptionManager.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName)
Shorter for of validateSubscriptions method
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainBranchImpl |
Modifier and Type | Method and Description |
---|---|
Chain |
BambooVcsBranchImpl.getChain() |
Chain |
BambooVcsBranch.getChain()
Returns the master chain associated with the VCS branch.
|
Chain |
ChainBranchImpl.getMaster() |
Modifier and Type | Method and Description |
---|---|
Collection<Chain> |
ChainStagePropagatingFacade.getChainAndBranches() |
Modifier and Type | Method and Description |
---|---|
static Job |
ChainBranchUtils.getBranchedJob(Job masterJob,
Chain chain) |
ChainStage |
ChainStagePropagatingFacade.getStageForChain(Chain chain) |
boolean |
BranchDetectionServiceImpl.scheduleBranchListInitialisation(Chain chain) |
boolean |
BranchDetectionService.scheduleBranchListInitialisation(Chain chain)
Schedules initialisation of existing vcs branch list.
|
void |
BambooVcsBranchImpl.setChain(Chain chain) |
void |
BambooVcsBranch.setChain(Chain chain) |
Constructor and Description |
---|
BambooVcsBranchImpl(Chain chain,
VcsBranch newBranch) |
ChainPropagatingFacade(ChainBranchManager chainBranchManager,
Chain masterChain) |
Modifier and Type | Method and Description |
---|---|
ImmutableChain |
ImmutablePlanManagerImpl.createImmutableChain(Chain chain) |
ImmutableChain |
ImmutablePlanManager.createImmutableChain(Chain chain) |
Constructor and Description |
---|
AbstractImmutableChain(Chain chain,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinition buildDefinition) |
ImmutableChainImpl(Chain chain,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinition buildDefinition) |
Modifier and Type | Method and Description |
---|---|
List<Chain> |
ViewMaven2ChainSummary.getArtifactConsumers(Maven2ArtifactProperties artifactProperties) |
List<Chain> |
ViewMaven2ChainSummary.getArtifactProducers(Maven2ArtifactProperties artifactProperties) |
Modifier and Type | Method and Description |
---|---|
void |
TriggerConfigurationServiceImpl.addTriggeringRepository(Chain chain,
long repositoryId) |
void |
TriggerConfigurationService.addTriggeringRepository(Chain chain,
long repositoryId)
Updates all repository aware triggers of Chain by adding a new repository.
|
void |
TriggerConfigurationServiceImpl.removeRepositoryIdsFromTriggers(Chain chain,
Set<Long> removedRepositoriesIds) |
void |
TriggerConfigurationService.removeRepositoryIdsFromTriggers(Chain chain,
Set<Long> removedRepositoriesIds)
Removes listed repository ids from chain's triggers
|
void |
TriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers(Chain chain,
Map<Long,Long> repositoryIdsChanges) |
void |
TriggerConfigurationService.updateRepositoryIdsInTriggers(Chain chain,
Map<Long,Long> repositoryIdsChanges)
Updates Chain configurations affected by repository edition.
|
void |
TriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers(Chain chain,
Map<Long,Long> repositoryIdsChanges,
boolean reactivateTriggers) |
void |
TriggerConfigurationService.updateRepositoryIdsInTriggers(Chain chain,
Map<Long,Long> repositoryIdsChanges,
boolean reactivateTriggers)
Updates Chain configurations affected by repository edition.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableConfigurationServiceImpl.setPlanVariables(Chain plan,
List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables) |
void |
VariableConfigurationService.setPlanVariables(Chain plan,
List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables)
Creates complete plan variables list.
|
Modifier and Type | Method and Description |
---|---|
Chain |
ChainAwareContextHolder.getChain()
Deprecated.
since 4.4
|
Chain |
ChainActionSupport.getChain()
Deprecated.
since 4.4
|
Chain |
ChainActionSupport.getMutableChain() |
Modifier and Type | Method and Description |
---|---|
Chain |
UpdateWebUrlBulkAction.getMockBuildForView(Map<String,String[]> params) |
Constructor and Description |
---|
AgentAssignmentExecutableDetails(Chain chain,
Project project) |
Modifier and Type | Method and Description |
---|---|
List<Chain> |
DeleteBuilds.getBuildsToConfirm() |
Modifier and Type | Method and Description |
---|---|
Collection<Chain> |
ViewProject.getProjectChains() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.