| Modifier and Type | Method and Description |
|---|---|
Chain |
Job.getParent()
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlanValidationServiceXWork1.validateNewJobForExistingChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain existingChain,
String buildKey,
String buildName)
Deprecated.
since 5.1
|
void |
PlanValidationService.validateNewJobForExistingChain(com.atlassian.struts.ValidationAware validationAware,
Chain existingChain,
String buildKey,
String buildName) |
void |
PlanValidationServiceXWork1.validateNewStageForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName)
Deprecated.
since 5.1
|
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.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName)
Deprecated.
since 5.1
|
void |
PlanValidationService.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName)
Ensures that the stage currently exists for a chain
|
| 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 |
ChainStage.getChain()
Gets the
Chain that the stage belongs to |
Chain |
Chain.getMaster() |
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 |
ChainStage.setChain(Chain chain)
Sets the
Chain that the stage belongs to |
| Modifier and Type | Method and Description |
|---|---|
void |
PreChainAction.execute(Chain chain,
ChainExecution chainExecution)
Executes the custom action
|
void |
PostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopLevelPlan
Marker interface that specifies that the implementing
Plan is a 'top level' object |
| Modifier and Type | Method and Description |
|---|---|
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 Chains returned. |
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
Chain |
BambooVcsBranch.getChain()
Returns the master chain associated with the VCS branch.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BranchDetectionService.scheduleBranchListInitialisation(Chain chain)
Schedules initialisation of existing vcs branch list.
|
void |
BambooVcsBranch.setChain(Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableChain |
ImmutablePlanManager.createImmutableChain(Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerConfigurationService.addTriggeringRepository(Chain chain,
long repositoryId)
Updates all repository aware triggers of Chain by adding a new repository.
|
void |
TriggerConfigurationService.removeRepositoryIdsFromTriggers(Chain chain,
Set<Long> removedRepositoriesIds)
Removes listed repository ids from chain's triggers
|
void |
TriggerConfigurationService.updateRepositoryIdsInTriggers(Chain chain,
Map<Long,Long> repositoryIdsChanges)
Updates Chain configurations affected by repository edition.
|
void |
TriggerConfigurationService.updateRepositoryIdsInTriggers(Chain chain,
Map<Long,Long> repositoryIdsChanges,
boolean reactivateTriggers)
Updates Chain configurations affected by repository edition.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.