| Modifier and Type | Method and Description |
|---|---|
Job |
Job.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobCreationService.getNewInstance() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
ChainStage.getAllJobs()
Gets the
Jobs associated with this Stage, including the ones marked for deletion |
List<Job> |
Chain.getAllJobs()
Note: Does not include Jobs that are marked for deletion.
|
Set<Job> |
ChainStage.getJobs()
Gets the
Jobs associated with this Stage, exlcuding the ones marked for deletion |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChainStage.addJob(Job job)
Adds a
Job to the ChainStage |
boolean |
ChainStage.removeJob(Job job)
Removes the
Job from the ChainStage |
| Modifier and Type | Method and Description |
|---|---|
void |
PostJobAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary)
Executes the custom action
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
PlanDao.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
PlanDao.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
ArtifactSubscription.getConsumerJob()
Get job which consumes the artifact
|
Job |
ArtifactDefinition.getProducerJob()
Get Buildable that is a producer of artifact
|
| Modifier and Type | Method and Description |
|---|---|
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManager.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan)
|
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManager.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan,
boolean preserveSharedFlag)
|
boolean |
ArtifactSubscriptionManager.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName)
Shorter for of validateSubscriptions method
|
void |
ArtifactSubscription.setConsumerJob(Job consumerJob) |
void |
ArtifactDefinition.setProducerJob(Job producerJob)
Set Buildable that is a producer of artifact
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
ChainBranchManager.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
ChainBranchManager.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJob |
ImmutablePlanManager.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
BuildTaskRequirementSupport.calculateRequirements(TaskDefinition taskDefinition,
Job job)
Populates the
RequirementSet needed based off of the TaskDefinition |
void |
TaskManager.calculateRequirementsForTaskDefinition(Job job,
TaskDefinition taskDefinition)
Attempts to add
Requirements to the specified Buildable if the TaskConfigurator is an implementor of BuildTaskRequirementSupport
If requirements are already present for the specified TaskDefinition they will be removed and recalculated |
Collection<Requirement> |
TaskManager.getTasksRequirements(Job job)
Return
Requirements for all tasks of Buildable if the TaskConfigurator is an implementor of BuildTaskRequirementSupport |
void |
TaskConfigurationService.updateRepositoryIdsInJobsTasks(Job job,
Map<Long,Long> repositoryIdsChanges)
Updates task configurations affected by repository edition.
|
void |
TaskManager.updateRepositoryIdsInTask(Job job,
TaskDefinition taskDefinition,
Map<Long,Long> repositoryIdChanges)
Deprecated.
since 4.3, use
TaskManager.updateRepositoryIdsInTask(TaskDefinition, Map) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryAwareTaskConfigurator.handleRepositoryIdChanged(TaskDefinition taskDefinition,
Job job,
Map<Long,Long> repositoryIdChanges)
Deprecated.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.