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 JobJobParamMapHelper.getMasterJob(ActionParametersMap params) JobCreationService.getNewInstance()JobCreationServiceImpl.getNewInstance()Methods in com.atlassian.bamboo.build.creation with parameters of type JobModifier and TypeMethodDescriptionstatic voidJobParamMapHelper.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 TypeMethodDescriptionvoidDefaultDockerHandlerImpl.disable(BuildDefinition buildDefinition, Job job) voidDockerHandler.disable(BuildDefinition buildDefinition, Job job) Called for Docker isolation options that were not selected in Job related UIs.voidDefaultDockerHandlerImpl.enableAndUpdate(BuildDefinition buildDefinition, Job job, Map<String, Object> webFragmentsContextMap) voidDockerHandler.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 jakarta.persistence.metamodel.SetAttribute<ChainStageImpl, Job> ChainStageImpl_.jobsMethods 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 theJobs associated with this Stage, including the ones marked for deletionChainStageImpl.getAllJobs()ChainStage.getJobs()Gets theJobs associated with this Stage, exlcuding the ones marked for deletionChainStageImpl.getJobs()Methods in com.atlassian.bamboo.chains with parameters of type JobModifier and TypeMethodDescriptionbooleanAdds aJobto theChainStagebooleanbooleanRemoves theJobfrom theChainStagebooleanMethod 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 JobJobImportHelper.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 TypeMethodDescriptionvoidDeletionService.deleteJobsIgnoringBranches(Iterable<? extends Job> jobsToDelete) Delete all the jobs on the list.voidDeletionServiceImpl.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 TypeMethodDescriptionvoidJobMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<Job> plans, @NotNull Job job, long objectIndex, @NotNull org.hibernate.Session session) protected voidJobMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull Job job, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidJobMapper.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 TypeMethodDescriptionvoidJobMapper.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 ArtifactDefinitionBambooMocks.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 JobArtifactSubscription.getConsumerJob()Get job which consumes the artifact@NotNull JobArtifactSubscriptionImpl.getConsumerJob()static JobArtifactSubscriptionsFunctions.getConsumerJob(ArtifactSubscription artifactSubscription) Get consumer job from artifact subscription object.@NotNull JobArtifactSubscriptionSubstitutionAwareImpl.getConsumerJob()@NotNull JobArtifactDefinition.getProducerJob()Get Buildable that is a producer of artifact@NotNull JobArtifactDefinitionImpl.getProducerJob()static JobArtifactSubscriptionsFunctions.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) booleanArtifactSubscriptionManager.isSubscriptionsValid(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) Shorter for of validateSubscriptions methodbooleanArtifactSubscriptionManagerImpl.isSubscriptionsValid(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) voidArtifactSubscription.setConsumerJob(@NotNull Job consumerJob) voidArtifactSubscriptionImpl.setConsumerJob(@NotNull Job consumerJob) voidArtifactSubscriptionSubstitutionAwareImpl.setConsumerJob(@NotNull Job consumerJob) voidArtifactDefinition.setProducerJob(@NotNull Job producerJob) Set Buildable that is a producer of artifactvoidArtifactDefinitionImpl.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 JobChainBranchUtils.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 JobChainBranchUtils.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 TypeMethodDescriptionvoidTestDockerHandler.disable(BuildDefinition buildDefinition, Job job) voidTestDockerHandler.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 theRequirementSetneeded based off of theTaskDefinitionvoidTaskManager.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition) Attempts to addRequirements to the specifiedBuildableif theTaskConfiguratoris an implementor ofBuildTaskRequirementSupportIf requirements are already present for the specifiedTaskDefinitionthey will be removed and recalculatedvoidTaskManager.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition, boolean dockerPipelinesEnabled) Attempts to addRequirements to the specifiedBuildableif theTaskConfiguratoris an implementor ofBuildTaskRequirementSupportIf requirements are already present for the specifiedTaskDefinitionthey will be removed and recalculatedvoidTaskManagerImpl.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition) voidTaskManagerImpl.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition, boolean dockerPipelinesEnabled) @NotNull Collection<Requirement> TaskManager.getTasksRequirements(@NotNull Job job) ReturnRequirements for all tasks ofBuildableif theTaskConfiguratoris an implementor ofBuildTaskRequirementSupport@NotNull Collection<Requirement> TaskManagerImpl.getTasksRequirements(@NotNull Job job) voidTaskManager.recalculateRequirementsForJob(Job job, boolean dockerPipelinesEnabled) Recalculates requirements for job with given docker pipelines flag.voidTaskManagerImpl.recalculateRequirementsForJob(Job job, boolean dockerPipelinesEnabled) voidTaskConfigurationService.updateRepositoryIdsInJobsTasks(@NotNull Job job, Map<Long, Long> repositoryIdsChanges) Updates task configurations affected by repository edition.voidTaskConfigurationServiceImpl.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()