Uses of Interface
com.atlassian.bamboo.build.Job
Package
Description
-
Uses of Job in com.atlassian.bamboo.build
-
Uses of Job in com.atlassian.bamboo.build.creation
Modifier and TypeMethodDescriptionstatic Job
JobParamMapHelper.getMasterJob
(ActionParametersMap params) JobCreationService.getNewInstance()
JobCreationServiceImpl.getNewInstance()
Modifier and TypeMethodDescriptionstatic void
JobParamMapHelper.setMasterJob
(ActionParametersMap actionParametersMap, Job masterJob) -
Uses of Job in com.atlassian.bamboo.build.docker
Modifier and TypeMethodDescriptionvoid
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.DockerConfigurationProviders.validateAndSaveSelectedConfig
(Job job, boolean create, String selectedType, Map<String, Object> webFragmentsContextMap) -
Uses of Job in com.atlassian.bamboo.chains
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<ChainStageImpl,
Job> ChainStageImpl_.jobs
Modifier and TypeMethodDescriptionChain.getAllJobs()
Note: Does not include Jobs that are marked for deletion.@NotNull Collection<Job>
ChainStage.getAllJobs()
Gets theJob
s associated with this Stage, including the ones marked for deletionChainStageImpl.getAllJobs()
ChainStage.getJobs()
Gets theJob
s associated with this Stage, exlcuding the ones marked for deletionChainStageImpl.getJobs()
Modifier and TypeMethodDescriptionboolean
Adds aJob
to theChainStage
boolean
boolean
Removes theJob
from theChainStage
boolean
-
Uses of Job in com.atlassian.bamboo.configuration.agent
-
Uses of Job in com.atlassian.bamboo.configuration.external.helpers
Modifier and TypeMethodDescriptionstatic Job
JobImportHelper.findJobByKeyExpectingSuccess
(AbstractChain defaultChain, com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference) -
Uses of Job in com.atlassian.bamboo.deletion
Modifier and TypeMethodDescriptionvoid
DeletionService.deleteJobsIgnoringBranches
(Iterable<? extends Job> jobsToDelete) Delete all the jobs on the list.void
DeletionServiceImpl.deleteJobsIgnoringBranches
(Iterable<? extends Job> jobsToDelete) -
Uses of Job in com.atlassian.bamboo.migration.stream.build
Modifier and TypeMethodDescriptionvoid
JobMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Job> plans, @NotNull Job job, long objectIndex, @NotNull org.hibernate.Session session) protected void
JobMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Job job, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
JobMapper.importProperties
(@NotNull Job job, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
JobMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Job> plans, @NotNull Job job, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of Job in com.atlassian.bamboo.mock
Modifier and TypeMethodDescriptionstatic ArtifactDefinition
BambooMocks.mockArtifactDefinition
(long id, String name, String location, String copyPattern, boolean sharedArtifact, Job producerJob) -
Uses of Job in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionAbstractChain.getAllJobs()
PlanDao.getBranchesForJob
(Job job) PlanHibernateDao.getBranchesForJob
(Job job) Modifier and TypeMethodDescriptionPlanDao.getBranchesForJob
(Job job) PlanHibernateDao.getBranchesForJob
(Job job) -
Uses of Job in com.atlassian.bamboo.plan.artifact
Modifier and TypeMethodDescription@NotNull Job
ArtifactSubscription.getConsumerJob()
Get job which consumes the artifact@NotNull Job
ArtifactSubscriptionImpl.getConsumerJob()
static Job
ArtifactSubscriptionsFunctions.getConsumerJob
(ArtifactSubscription artifactSubscription) Get consumer job from artifact subscription object.@NotNull Job
ArtifactSubscriptionSubstitutionAwareImpl.getConsumerJob()
@NotNull Job
ArtifactDefinition.getProducerJob()
Get Buildable that is a producer of artifact@NotNull Job
ArtifactDefinitionImpl.getProducerJob()
static Job
ArtifactSubscriptionsFunctions.getProducerJob
(ArtifactSubscription artifactSubscription) Get producer job from artifact subscription object.Modifier and TypeMethodDescription@NotNull Map<ArtifactDefinition,
ArtifactDefinition> ArtifactDefinitionManager.cloneArtifactDefinitions
(@NotNull Job sourcePlan, @NotNull Job targetPlan) @NotNull Map<ArtifactDefinition,
ArtifactDefinition> ArtifactDefinitionManager.cloneArtifactDefinitions
(@NotNull Job sourcePlan, @NotNull Job targetPlan, boolean preserveSharedFlag) @NotNull Map<ArtifactDefinition,
ArtifactDefinition> ArtifactDefinitionManagerImpl.cloneArtifactDefinitions
(@NotNull Job sourcePlan, @NotNull Job targetPlan) @NotNull Map<ArtifactDefinition,
ArtifactDefinition> ArtifactDefinitionManagerImpl.cloneArtifactDefinitions
(@NotNull Job sourcePlan, @NotNull Job targetPlan, boolean preserveSharedFlag) boolean
ArtifactSubscriptionManager.isSubscriptionsValid
(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) Shorter for of validateSubscriptions methodboolean
ArtifactSubscriptionManagerImpl.isSubscriptionsValid
(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) void
ArtifactSubscription.setConsumerJob
(@NotNull Job consumerJob) void
ArtifactSubscriptionImpl.setConsumerJob
(@NotNull Job consumerJob) void
ArtifactSubscriptionSubstitutionAwareImpl.setConsumerJob
(@NotNull Job consumerJob) void
ArtifactDefinition.setProducerJob
(@NotNull Job producerJob) Set Buildable that is a producer of artifactvoid
ArtifactDefinitionImpl.setProducerJob
(@NotNull Job producerJob) ModifierConstructorDescriptionArtifactDefinitionImpl
(Job producerJob, String name, String location, String copyPattern) Create a build artifact identified in the UI by the label.ArtifactDefinitionImpl
(ArtifactDefinition sourceArtifact, Job newProducerJob, boolean sharedArtifact, boolean required, boolean httpCompressionOn) Constructor used for cloning artifact definitions while a job is being cloned.ArtifactSubscriptionImpl
(ArtifactDefinition artifactDefinition, Job consumerJob, String destinationDirectory) -
Uses of Job in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescriptionstatic @Nullable Job
ChainBranchUtils.getBranchedJob
(@NotNull Job masterJob, @NotNull Chain chain) Modifier and TypeMethodDescriptionChainBranchManager.getBranchesForJob
(Job job) ChainBranchManagerImpl.getBranchesForJob
(Job job) Modifier and TypeMethodDescriptionstatic @Nullable Job
ChainBranchUtils.getBranchedJob
(@NotNull Job masterJob, @NotNull Chain chain) ChainBranchManager.getBranchesForJob
(Job job) ChainBranchManagerImpl.getBranchesForJob
(Job job) ModifierConstructorDescriptionJobPropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull Job masterJob) -
Uses of Job in com.atlassian.bamboo.plugins.grails
Modifier and TypeMethodDescription@NotNull Set<Requirement>
GrailsTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.plugins.php.task.configuration
Modifier and TypeMethodDescription@NotNull Set<Requirement>
PhpUnitBuildTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.plugins.testutils.docker
Modifier and TypeMethodDescriptionvoid
TestDockerHandler.disable
(BuildDefinition buildDefinition, Job job) void
TestDockerHandler.enableAndUpdate
(BuildDefinition buildDefinition, Job job, Map<String, Object> webFragmentsContextMap) -
Uses of Job in com.atlassian.bamboo.task
Modifier and TypeMethodDescriptionAbstractTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) @NotNull Set<Requirement>
BuildTaskRequirementSupport.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) Populates theRequirementSet
needed based off of theTaskDefinition
void
TaskManager.calculateRequirementsForTaskDefinition
(@NotNull Job job, @NotNull TaskDefinition taskDefinition) Attempts to addRequirement
s to the specifiedBuildable
if theTaskConfigurator
is an implementor ofBuildTaskRequirementSupport
If requirements are already present for the specifiedTaskDefinition
they will be removed and recalculatedvoid
TaskManager.calculateRequirementsForTaskDefinition
(@NotNull Job job, @NotNull TaskDefinition taskDefinition, boolean dockerPipelinesEnabled) Attempts to addRequirement
s to the specifiedBuildable
if theTaskConfigurator
is an implementor ofBuildTaskRequirementSupport
If requirements are already present for the specifiedTaskDefinition
they will be removed and recalculatedvoid
TaskManagerImpl.calculateRequirementsForTaskDefinition
(@NotNull Job job, @NotNull TaskDefinition taskDefinition) void
TaskManagerImpl.calculateRequirementsForTaskDefinition
(@NotNull Job job, @NotNull TaskDefinition taskDefinition, boolean dockerPipelinesEnabled) @NotNull Collection<Requirement>
TaskManager.getTasksRequirements
(@NotNull Job job) ReturnRequirement
s for all tasks ofBuildable
if theTaskConfigurator
is an implementor ofBuildTaskRequirementSupport
@NotNull Collection<Requirement>
TaskManagerImpl.getTasksRequirements
(@NotNull Job job) void
TaskManager.recalculateRequirementsForJob
(Job job, boolean dockerPipelinesEnabled) Recalculates requirements for job with given docker pipelines flag.void
TaskManagerImpl.recalculateRequirementsForJob
(Job job, boolean dockerPipelinesEnabled) void
TaskConfigurationService.updateRepositoryIdsInJobsTasks
(@NotNull Job job, Map<Long, Long> repositoryIdsChanges) Updates task configurations affected by repository edition.void
TaskConfigurationServiceImpl.updateRepositoryIdsInJobsTasks
(@NotNull Job job, Map<Long, Long> repositoryIdsChanges) -
Uses of Job in com.atlassian.bamboo.task.repository
Modifier and TypeMethodDescription@NotNull Set<Requirement>
AbstractRepositoryAwareTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.upgrade.tasks
-
Uses of Job in com.atlassian.bamboo.warnings
Modifier and TypeMethodDescription@NotNull Set<Requirement>
WarningsTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.ww2.actions.agent
ModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Job job, @Nullable Plan plan, boolean capabilitiesMatch) -
Uses of Job in com.atlassian.bamboo.ww2.actions.build.admin
-
Uses of Job in com.atlassian.bamboo.ww2.actions.build.admin.config
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ChainStage,
Job> ConfigureBuildArtifact.getJobsSubscribedToArtifact
(@NotNull ArtifactDefinition artifactDefinition) Get jobs subscribed to artifact -
Uses of Job in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Modifier and TypeMethodDescriptionDeleteRepository.getTasksCount
(Map<Job, List<TaskDefinition>> tasks) -
Uses of Job in com.atlassian.bamboo.ww2.actions.chains
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ChainStage,
Job> CreateJob.getJobsContainingInvalidSubscriptions()
com.google.common.collect.Multimap<ChainStage,
Job> DeleteStageAction.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> 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. -
Uses of Job in com.atlassian.bamboo.ww2.actions.plan
Modifier and TypeMethodDescription@NotNull com.google.common.collect.Multimap<ChainStage,
Job> DeletePlan.getJobsContainingInvalidSubscriptions()