Uses of Interface
com.atlassian.bamboo.build.Job
Packages that use Job
Package
Description
-
Uses of Job in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement JobMethods in com.atlassian.bamboo.build that return Job -
Uses of Job in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return JobModifier and TypeMethodDescriptionstatic Job
JobParamMapHelper.getMasterJob
(ActionParametersMap params) JobCreationService.getNewInstance()
JobCreationServiceImpl.getNewInstance()
Methods in com.atlassian.bamboo.build.creation with parameters of type JobModifier and TypeMethodDescriptionstatic void
JobParamMapHelper.setMasterJob
(ActionParametersMap actionParametersMap, Job masterJob) -
Uses of Job in com.atlassian.bamboo.build.docker
Methods in com.atlassian.bamboo.build.docker with parameters of type JobModifier 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
Fields in com.atlassian.bamboo.chains with type parameters of type JobModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<ChainStageImpl,
Job> ChainStageImpl_.jobs
Methods in com.atlassian.bamboo.chains that return types with arguments of type JobModifier 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()
Methods in com.atlassian.bamboo.chains with parameters of type JobModifier and TypeMethodDescriptionboolean
Adds aJob
to theChainStage
boolean
boolean
Removes theJob
from theChainStage
boolean
Method parameters in com.atlassian.bamboo.chains with type arguments of type Job -
Uses of Job in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return Job -
Uses of Job in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers that return JobModifier and TypeMethodDescriptionstatic Job
JobImportHelper.findJobByKeyExpectingSuccess
(AbstractChain defaultChain, com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference) -
Uses of Job in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion with parameters of type JobMethod parameters in com.atlassian.bamboo.deletion with type arguments of type JobModifier 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
Methods in com.atlassian.bamboo.migration.stream.build that return JobMethods in com.atlassian.bamboo.migration.stream.build with parameters of type JobModifier 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) Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type JobModifier 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
Methods in com.atlassian.bamboo.mock with parameters of type JobModifier 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
Methods in com.atlassian.bamboo.plan that return types with arguments of type JobModifier and TypeMethodDescriptionAbstractChain.getAllJobs()
PlanDao.getBranchesForJob
(Job job) PlanHibernateDao.getBranchesForJob
(Job job) Methods in com.atlassian.bamboo.plan with parameters of type JobModifier and TypeMethodDescriptionPlanDao.getBranchesForJob
(Job job) PlanHibernateDao.getBranchesForJob
(Job job) -
Uses of Job in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return JobModifier 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.Methods in com.atlassian.bamboo.plan.artifact with parameters of type JobModifier 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) Constructors in com.atlassian.bamboo.plan.artifact with parameters of type JobModifierConstructorDescriptionArtifactDefinitionImpl
(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
Methods in com.atlassian.bamboo.plan.branch that return JobModifier and TypeMethodDescriptionstatic @Nullable Job
ChainBranchUtils.getBranchedJob
(@NotNull Job masterJob, @NotNull Chain chain) Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type JobModifier and TypeMethodDescriptionChainBranchManager.getBranchesForJob
(Job job) ChainBranchManagerImpl.getBranchesForJob
(Job job) Methods in com.atlassian.bamboo.plan.branch with parameters of type JobModifier and TypeMethodDescriptionstatic @Nullable Job
ChainBranchUtils.getBranchedJob
(@NotNull Job masterJob, @NotNull Chain chain) ChainBranchManager.getBranchesForJob
(Job job) ChainBranchManagerImpl.getBranchesForJob
(Job job) Constructors in com.atlassian.bamboo.plan.branch with parameters of type JobModifierConstructorDescriptionJobPropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull Job masterJob) -
Uses of Job in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type JobModifier and TypeMethodDescription@NotNull Set<Requirement>
GrailsTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.plugins.php.task.configuration
Methods in com.atlassian.bamboo.plugins.php.task.configuration with parameters of type JobModifier and TypeMethodDescription@NotNull Set<Requirement>
PhpUnitBuildTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.plugins.testutils.docker
Methods in com.atlassian.bamboo.plugins.testutils.docker with parameters of type JobModifier 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
Methods in com.atlassian.bamboo.task with parameters of type JobModifier 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
Methods in com.atlassian.bamboo.task.repository with parameters of type JobModifier and TypeMethodDescription@NotNull Set<Requirement>
AbstractRepositoryAwareTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.upgrade.tasks
Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type Job -
Uses of Job in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type JobModifier and TypeMethodDescription@NotNull Set<Requirement>
WarningsTaskConfigurator.calculateRequirements
(@NotNull TaskDefinition taskDefinition, @NotNull Job job) -
Uses of Job in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type JobModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Job job, @Nullable Plan plan, boolean capabilitiesMatch) -
Uses of Job in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Job -
Uses of Job in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type JobModifier 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
Method parameters in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with type arguments of type JobModifier and TypeMethodDescriptionDeleteRepository.getTasksCount
(Map<Job, List<TaskDefinition>> tasks) -
Uses of Job in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return JobMethods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type JobModifier 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
Methods in com.atlassian.bamboo.ww2.actions.plan that return types with arguments of type JobModifier and TypeMethodDescription@NotNull com.google.common.collect.Multimap<ChainStage,
Job> DeletePlan.getJobsContainingInvalidSubscriptions()