| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJob |
| Modifier and Type | Method and Description |
|---|---|
Job |
DefaultJob.getMaster() |
Job |
Job.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
static Job |
JobParamMapHelper.getMasterJob(ActionParametersMap params) |
Job |
JobCreationServiceImpl.getNewInstance() |
Job |
JobCreationService.getNewInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobCreationServiceImpl.cloneBuildable(PlanCreationBean planCreationBean,
ActionParametersMap params,
Job jobToClone,
Job job) |
static void |
JobParamMapHelper.setMasterJob(ActionParametersMap actionParametersMap,
Job masterJob) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDockerHandlerImpl.disable(BuildDefinition buildDefinition,
Job job) |
void |
DockerHandler.disable(BuildDefinition buildDefinition,
Job job)
Called for Docker isolation options that were not selected in Job related UIs.
|
void |
DefaultDockerHandlerImpl.enableAndUpdate(BuildDefinition buildDefinition,
Job job,
Map<String,Object> webFragmentsContextMap) |
void |
DockerHandler.enableAndUpdate(BuildDefinition buildDefinition,
Job job,
Map<String,Object> webFragmentsContextMap)
Called for the selected Docker isolation option in Job related UIs.
|
ErrorCollection |
DockerConfigurationProviders.validateAndSaveSelectedConfig(Job job,
boolean create,
String selectedType,
Map<String,Object> webFragmentsContextMap) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SetAttribute<ChainStageImpl,Job> |
ChainStageImpl_.jobs |
| Modifier and Type | Method and Description |
|---|---|
Set<Job> |
ChainStageImpl.getAllJobs() |
List<Job> |
Chain.getAllJobs()
Note: Does not include Jobs that are marked for deletion.
|
Collection<Job> |
ChainStage.getAllJobs()
Gets the
Jobs associated with this Stage, including the ones marked for deletion |
Set<Job> |
ChainStageImpl.getJobs() |
Set<Job> |
ChainStage.getJobs()
Gets the
Jobs associated with this Stage, exlcuding the ones marked for deletion |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChainStageImpl.addJob(Job job) |
boolean |
ChainStage.addJob(Job job)
Adds a
Job to the ChainStage |
boolean |
ChainStageImpl.removeJob(Job job) |
boolean |
ChainStage.removeJob(Job job)
Removes the
Job from the ChainStage |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainStageImpl.setAllJobs(Set<Job> jobs) |
| Modifier and Type | Method and Description |
|---|---|
default void |
PostJobAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary)
Deprecated.
since 6.10 this method no longer works for plan branches. Use
PostJobAction.execute(StageExecution, ImmutableJob, BuildResultsSummary) instead |
| Modifier and Type | Method and Description |
|---|---|
Job |
ViewRejectedRequirements.getJob() |
| Modifier and Type | Method and Description |
|---|---|
static Job |
JobImportHelper.findJobByKeyExpectingSuccess(AbstractChain defaultChain,
com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference) |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobMapper.createPlanEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<Job> plans,
Job job,
long objectIndex,
org.hibernate.Session session) |
protected void |
JobMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Job job,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
JobMapper.importProperties(Job job,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<Job> plans,
Job job,
long objectIndex,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDefinition |
BambooMocks.mockArtifactDefinition(long id,
String name,
String location,
String copyPattern,
boolean sharedArtifact,
Job producerJob) |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
AbstractChain.getAllJobs() |
Collection<Job> |
PlanHibernateDao.getBranchesForJob(Job job) |
Collection<Job> |
PlanDao.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
PlanHibernateDao.getBranchesForJob(Job job) |
Collection<Job> |
PlanDao.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
ArtifactSubscriptionSubstitutionAwareImpl.getConsumerJob() |
Job |
ArtifactSubscriptionImpl.getConsumerJob() |
Job |
ArtifactSubscription.getConsumerJob()
Get job which consumes the artifact
|
static Job |
ArtifactSubscriptionsFunctions.getConsumerJob(ArtifactSubscription artifactSubscription)
Get consumer job from artifact subscription object.
|
Job |
ArtifactDefinitionImpl.getProducerJob() |
Job |
ArtifactDefinition.getProducerJob()
Get Buildable that is a producer of artifact
|
static Job |
ArtifactSubscriptionsFunctions.getProducerJob(ArtifactSubscription artifactSubscription)
Get producer job from artifact subscription object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManagerImpl.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan) |
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManager.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan)
|
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManagerImpl.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan,
boolean preserveSharedFlag) |
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManager.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan,
boolean preserveSharedFlag)
|
boolean |
ArtifactSubscriptionManagerImpl.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName) |
boolean |
ArtifactSubscriptionManager.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName)
Shorter for of validateSubscriptions method
|
void |
ArtifactSubscriptionSubstitutionAwareImpl.setConsumerJob(Job consumerJob) |
void |
ArtifactSubscriptionImpl.setConsumerJob(Job consumerJob) |
void |
ArtifactSubscription.setConsumerJob(Job consumerJob) |
void |
ArtifactDefinitionImpl.setProducerJob(Job producerJob) |
void |
ArtifactDefinition.setProducerJob(Job producerJob)
Set Buildable that is a producer of artifact
|
| Constructor and Description |
|---|
ArtifactDefinitionImpl(ArtifactDefinition sourceArtifact,
Job newProducerJob,
boolean sharedArtifact,
boolean required)
Constructor used for cloning artifact definitions while a job is being cloned.
|
ArtifactDefinitionImpl(Job producerJob,
String name,
String location,
String copyPattern)
Create a build artifact identified in the UI by the label.
|
ArtifactSubscriptionImpl(ArtifactDefinition artifactDefinition,
Job consumerJob,
String destinationDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static Job |
ChainBranchUtils.getBranchedJob(Job masterJob,
Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
ChainBranchManagerImpl.getBranchesForJob(Job job) |
Collection<Job> |
ChainBranchManager.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
static Job |
ChainBranchUtils.getBranchedJob(Job masterJob,
Chain chain) |
Collection<Job> |
ChainBranchManagerImpl.getBranchesForJob(Job job) |
Collection<Job> |
ChainBranchManager.getBranchesForJob(Job job) |
| Constructor and Description |
|---|
JobPropagatingFacade(ChainBranchManager chainBranchManager,
Job masterJob) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJob |
ImmutablePlanManagerImpl.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job) |
ImmutableJob |
ImmutablePlanManager.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job) |
| Constructor and Description |
|---|
ImmutableJobImpl(ImmutableChain parent,
ImmutableChainStage stage,
Job job,
BuildLoggerManager buildLoggerManager,
LabelManager labelManager,
VariableDefinitionManager variableDefinitionManager,
TaskManager taskManager,
ResultsSummaryManager resultsSummaryManager,
BuildDefinition buildDefinition,
CachedPlanManager cachedPlanManager,
ImmutableArtifactManager immutableArtifactManager) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
GrailsTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
PhpUnitBuildTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
AbstractTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
Set<Requirement> |
BuildTaskRequirementSupport.calculateRequirements(TaskDefinition taskDefinition,
Job job)
Populates the
RequirementSet needed based off of the TaskDefinition |
void |
TaskManagerImpl.calculateRequirementsForTaskDefinition(Job job,
TaskDefinition 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> |
TaskManagerImpl.getTasksRequirements(Job job) |
Collection<Requirement> |
TaskManager.getTasksRequirements(Job job)
Return
Requirements for all tasks of Buildable if the TaskConfigurator is an implementor of BuildTaskRequirementSupport |
void |
TaskManagerImpl.recalculateRequirementsForJob(Job job,
boolean dockerPipelinesEnabled) |
void |
TaskManager.recalculateRequirementsForJob(Job job,
boolean dockerPipelinesEnabled)
Recalculates requirements for job with given docker pipelines flag.
|
void |
TaskConfigurationServiceImpl.updateRepositoryIdsInJobsTasks(Job job,
Map<Long,Long> repositoryIdsChanges) |
void |
TaskConfigurationService.updateRepositoryIdsInJobsTasks(Job job,
Map<Long,Long> repositoryIdsChanges)
Updates task configurations affected by repository edition.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
AbstractRepositoryAwareTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTaskConfigurationUpgradeTask.upgradeJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
WarningsTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
| Constructor and Description |
|---|
AgentAssignmentExecutableDetails(Job job,
Plan plan,
boolean capabilitiesMatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
DeleteBuilds.getJobsToConfirm(Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
ConfigureBuildArtifact.getJobsSubscribedToArtifact(ArtifactDefinition artifactDefinition)
Get jobs subscribed to artifact
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
DeleteRepository.getTasksCount(Map<Job,List<TaskDefinition>> tasks) |
| Modifier and Type | Method and Description |
|---|---|
Job |
ViewChainResult.getJobForKey(String planKey) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
MoveStageAction.getJobsContainingInvalidSubscriptions()
This method returns consumers of artifacts for which exists a subscription that would be broken by the move
operation that triggered the action.
|
com.google.common.collect.Multimap<ChainStage,Job> |
CreateJob.getJobsContainingInvalidSubscriptions() |
com.google.common.collect.Multimap<ChainStage,Job> |
MoveJobAction.getJobsContainingInvalidSubscriptions()
This method returns consumers of artifacts
for which exists a subscription that would be broken by the move operation that triggered the action.
|
com.google.common.collect.Multimap<ChainStage,Job> |
DeleteStageAction.getJobsContainingInvalidSubscriptions() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
DeletePlan.getJobsContainingInvalidSubscriptions() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.