Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableJob
Packages that use ImmutableJob
Package
Description
-
Uses of ImmutableJob in com.atlassian.bamboo.bandana
Methods in com.atlassian.bamboo.bandana with parameters of type ImmutableJobModifier and TypeMethodDescriptionstatic PlanAwareBandanaContextPlanAwareBandanaContext.forJob(@NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.build
Subinterfaces of ImmutableJob in com.atlassian.bamboo.buildClasses in com.atlassian.bamboo.build that implement ImmutableJobConstructors in com.atlassian.bamboo.build with parameters of type ImmutableJobModifierConstructorDescriptionJobStatusHelper(ImmutableJob job, BuildExecutionManager buildExecutionManager) -
Uses of ImmutableJob in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation with parameters of type ImmutableJobModifier and TypeMethodDescriptionRepositoryConfigHelper.getRepositoriesForWorkingDirSelection(@NotNull ImmutableJob job, @NotNull VcsRepositoryManager vcsRepositoryManager) Deprecated.Scans checkout tasks for repositories that define their source directory. -
Uses of ImmutableJob in com.atlassian.bamboo.build.tests
Methods in com.atlassian.bamboo.build.tests that return ImmutableJobConstructors in com.atlassian.bamboo.build.tests with parameters of type ImmutableJobModifierConstructorDescriptionFailingTestCaseForDisplay(TestCase testCase, Long failuresCount, ImmutableJob job) TestCaseForDisplay(TestCase testCase, ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ImmutableJobModifier and TypeMethodDescriptionbooleanAgentAssignmentService.isCapabilitiesMatch(ElasticImageConfiguration image, ImmutableJob job) booleanAgentAssignmentService.isCapabilitiesMatch(EphemeralAgentTemplate template, ImmutableJob job) booleanAgentAssignmentService.isCapabilitiesMatch(BuildAgent agent, ImmutableJob job) Helper methods to check if executor is capable of running executablebooleanAgentAssignmentServiceImpl.isCapabilitiesMatch(ElasticImageConfiguration image, ImmutableJob job) booleanAgentAssignmentServiceImpl.isCapabilitiesMatch(EphemeralAgentTemplate template, ImmutableJob job) booleanAgentAssignmentServiceImpl.isCapabilitiesMatch(BuildAgent agent, ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return types with arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> BuildContextFactory.createBuildContextsForJobs(@NotNull ImmutableChain chain, @Nullable ChainResultsSummary chainResultsSummary, @NotNull BuildContext parentBuildContext, @NotNull PlanExecutionConfig planExecutionConfig) @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> BuildContextFactory.createBuildContextsForJobs(@NotNull ImmutableChain chain, @NotNull BuildContext parentBuildContext) @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> BuildContextFactoryImpl.createBuildContextsForJobs(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull BuildContext parentBuildContext, @NotNull PlanExecutionConfig planExecutionConfig) @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> BuildContextFactoryImpl.createBuildContextsForJobs(@NotNull ImmutableChain chain, @NotNull BuildContext parentBuildContext) Method parameters in com.atlassian.bamboo.chains with type arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull ChainStateResultChainResultManager.create(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> jobBuildContexts, @NotNull Collection<? extends ImmutableChainStage> stageToExecute) @NotNull ChainStateResultChainResultManagerImpl.create(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> jobBuildContexts, @NotNull Collection<? extends ImmutableChainStage> stagesToExecute) @NotNull ChainStateResultChainResultManager.createStateForRerunBuild(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> jobBuildContexts, PlanExecutionConfig planExecutionConfig, @NotNull Map<PlanResultKey, ChainResultManager.JobResultInfoForRerun> jobRestartInfo) Creates aChainStateas well stage and job results for build already executed and being rerun.@NotNull ChainStateResultChainResultManagerImpl.createStateForRerunBuild(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage, Map<ImmutableJob, BuildContext>> jobBuildContexts, PlanExecutionConfig planExecutionConfig, @NotNull Map<PlanResultKey, ChainResultManager.JobResultInfoForRerun> jobResultInfoForRerunMap) -
Uses of ImmutableJob in com.atlassian.bamboo.chains.cache
Methods in com.atlassian.bamboo.chains.cache that return types with arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull Set<? extends ImmutableJob> ImmutableChainStage.getJobs()Gets theImmutableJobs associated with this Stage.@NotNull Set<ImmutableJob> ImmutableChainStageImpl.getJobs() -
Uses of ImmutableJob in com.atlassian.bamboo.chains.plugins
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ImmutableJobModifier and TypeMethodDescriptionvoidPostJobAction.execute(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary) Executes the custom action -
Uses of ImmutableJob in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return ImmutableJobMethods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutableJobModifier and TypeMethodDescription@Nullable Collection<? extends ImmutableJob> ViewAgentPlanMatrix.getBuildablesForPlan(ImmutablePlan plan) RenameAgentCapability.getRequirementPlanDeltaMap() -
Uses of ImmutableJob in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return types with arguments of type ImmutableJobConstructor parameters in com.atlassian.bamboo.credentials with type arguments of type ImmutableJobModifierConstructorDescriptionSharedCredentialsInJobs(Long sharedCredentialsId, List<ImmutableJob> jobsWithSharedCredentials) -
Uses of ImmutableJob in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ImmutableJobModifier and TypeMethodDescriptionstatic ImmutableJobPlanHelper.getBranchedImmutableJob(ImmutableChain chainBranch, ImmutableJob masterJob) Searches for a corresponding job in a branch.Methods in com.atlassian.bamboo.plan that return types with arguments of type ImmutableJobModifier and TypeMethodDescriptionstatic Stream<ImmutableJob> PlanHelper.getBranchesForJob(@NotNull CachedPlanManager cachedPlanManager, @NotNull ImmutableJob masterJob) static Comparator<ImmutableJob> PlanComparators.jobStageIndexComparator()Methods in com.atlassian.bamboo.plan with parameters of type ImmutableJobModifier and TypeMethodDescriptionstatic ImmutableJobPlanHelper.getBranchedImmutableJob(ImmutableChain chainBranch, ImmutableJob masterJob) Searches for a corresponding job in a branch.static Stream<ImmutableJob> PlanHelper.getBranchesForJob(@NotNull CachedPlanManager cachedPlanManager, @NotNull ImmutableJob masterJob) -
Uses of ImmutableJob in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact that return ImmutableJobModifier and TypeMethodDescription@NotNull ImmutableJobImmutableArtifactSubscription.getConsumerJob()Get job which consumes the artifact@NotNull ImmutableJobImmutableArtifactSubscriptionImpl.getConsumerJob()@NotNull ImmutableJobImmutableArtifactDefinition.getProducerJob()Get Buildable that is a producer of artifact@NotNull ImmutableJobImmutableArtifactDefinitionImpl.getProducerJob()Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull Multimap<? extends ImmutableJob, ArtifactDefinition> ArtifactDefinitionManager.getArtifactDefinitionsByJob(@NotNull ImmutableChain chain, Predicate<ArtifactDefinitionBase> predicate) ReturnsArtifactDefinitiongrouped byJobwhere definitions are defined@NotNull Multimap<? extends ImmutableJob, ArtifactDefinition> ArtifactDefinitionManagerImpl.getArtifactDefinitionsByJob(@NotNull ImmutableChain chain, Predicate<ArtifactDefinitionBase> predicate) GetArtifactDefinitiongrouped byJobMethods in com.atlassian.bamboo.plan.artifact with parameters of type ImmutableJobModifier and TypeMethodDescription@NotNull List<ArtifactSubscription> ArtifactSubscriptionManager.findCurrentSubscriptionsForPlan(@NotNull ImmutableJob producerJob) Get list of subscriptions existing in a chain for given artifact@NotNull List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.findCurrentSubscriptionsForPlan(@NotNull ImmutableJob producerJob) @NotNull List<ArtifactDefinition> ArtifactSubscriptionManager.findSubscriptionsPossibleForPlan(@NotNull ImmutableJob job) Get list of chain level artifacts available for specified plan@NotNull List<ArtifactDefinition> ArtifactSubscriptionManagerImpl.findSubscriptionsPossibleForPlan(@NotNull ImmutableJob job) @NotNull List<ArtifactDefinitionContext> ArtifactSubscriptionManager.prepareArtifactDefinitionContexts(@NotNull ImmutableJob job, @NotNull BuildContext buildContext, SecureToken secureToken) Helps prepare the artifact definitions@NotNull List<ArtifactDefinitionContext> ArtifactSubscriptionManagerImpl.prepareArtifactDefinitionContexts(@NotNull ImmutableJob job, @NotNull BuildContext buildContext, SecureToken secureToken) @NotNull List<ArtifactSubscriptionContext> ArtifactSubscriptionManager.prepareSubscriptionContexts(@NotNull ImmutableJob job, @NotNull BuildContext parentBuildContext, SecureToken secureToken) @NotNull List<ArtifactSubscriptionContext> ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(@NotNull ImmutableJob job, @NotNull BuildContext parentBuildContext, SecureToken secureToken) @NotNull List<ArtifactSubscription> ArtifactSubscriptionManager.validateSubscribersForMovedJob(@NotNull ImmutableJob producer, @NotNull ImmutableChainStage producerStage) Validate all consumer artifact subscriptions to the artifacts produced by a Job against target stage@NotNull List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.validateSubscribersForMovedJob(@NotNull ImmutableJob producer, @NotNull ImmutableChainStage destinationStage) @NotNull List<ArtifactSubscription> ArtifactSubscriptionManager.validateSubscriptions(@NotNull ImmutableJob consumer, @NotNull ImmutableChain chain, @NotNull String stageName) Validate consumer artifact subscriptions against target chain and stage@NotNull List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.validateSubscriptions(@NotNull ImmutableJob consumer, @NotNull ImmutableChain chain, @NotNull String stageName) @NotNull List<ArtifactSubscription> ArtifactSubscriptionManager.validateSubscriptionsForMovedJob(@NotNull ImmutableJob job, @NotNull ImmutableChainStage targetStage) Validate all artifact subscriptions possibly affected by moving a job.@NotNull List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.validateSubscriptionsForMovedJob(@NotNull ImmutableJob job, @NotNull ImmutableChainStage targetStage) Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ImmutableJobModifierConstructorDescriptionImmutableArtifactDefinitionListLazyReference(@NotNull ImmutableArtifactManager immutableArtifactManager, @NotNull ImmutableJob job) ImmutableArtifactSubscriptionListLazyReference(@NotNull ImmutableArtifactManager immutableArtifactManager, @NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return ImmutableJobModifier and TypeMethodDescriptionstatic @Nullable ImmutableJobChainBranchUtils.findJobByMasterId(@NotNull ImmutableChain chain, long masterJobId) -
Uses of ImmutableJob in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableJobMethods in com.atlassian.bamboo.plan.cache with type parameters of type ImmutableJobModifier and TypeMethodDescription<T extends ImmutableJob>
@NotNull Set<T> ImmutablePlanCacheService.filterOutDeletedIfNeeded(@NotNull Set<T> jobs) Returns a set with deleted jobs removed.<T extends ImmutableJob>
@NotNull Set<T> ImmutablePlanCacheServiceImpl.filterOutDeletedIfNeeded(@NotNull Set<T> jobs) Methods in com.atlassian.bamboo.plan.cache that return ImmutableJobModifier and TypeMethodDescription@NotNull ImmutableJobImmutablePlanManager.createImmutableJobBasedOnDto(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull EnrichedPlanDto job, boolean isLightWeight) Create immutableImmutableJob.@NotNull ImmutableJobImmutablePlanManagerImpl.createImmutableJobBasedOnDto(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull EnrichedPlanDto jobDto, boolean isLightWeight) @NotNull ImmutableJobImmutablePlanManager.createLightweightImmutableJob(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull ImmutableJob job) @NotNull ImmutableJobImmutablePlanManagerImpl.createLightweightImmutableJob(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull ImmutableJob job) ImmutableJob.getMaster()ImmutableJobImpl.getMaster()@Nullable ImmutableJobCachedPlanManager.getMasterOfJob(@NotNull PlanKey masterChainKey, @NotNull PlanKey jobKey) @Nullable ImmutableJobCachedPlanManagerImpl.getMasterOfJob(@NotNull PlanKey masterChainKey, @NotNull PlanKey jobKey) Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableList<ImmutableJob> AbstractImmutableChain.getAllJobs()Get list of jobs sorted by - stage order - job name (case-insensitive)@NotNull List<? extends ImmutableJob> ImmutableChain.getAllJobs()Note: Does not include Jobs that are marked for deletion.Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutableJobModifier and TypeMethodDescriptionstatic ImmutableJobImplImmutableJobImpl.createLightweightImmutableJob(ImmutableChain parent, ImmutableChainStage stage, ImmutableJob job, BuildLoggerManager buildLoggerManager, LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager) @NotNull ImmutableJobImmutablePlanManager.createLightweightImmutableJob(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull ImmutableJob job) @NotNull ImmutableJobImmutablePlanManagerImpl.createLightweightImmutableJob(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.plan.job
Methods in com.atlassian.bamboo.plan.job that return ImmutableJobModifier and TypeMethodDescription@NotNull ImmutableJobJobService.addJob(@NotNull PlanKey chainKey, long stageId, @NotNull String jobKey, @NotNull String name, @Nullable String description, boolean suspended) Add a job to an existing stage in the plan@NotNull ImmutableJobJobServiceImpl.addJob(@NotNull PlanKey chainKey, long stageId, @Nullable String jobKeyString, @Nullable String name, @Nullable String description, boolean suspended) @NotNull ImmutableJobJobService.cloneJob(@NotNull String sourceJobKey, @NotNull PlanKey chainKey, long stageId, @NotNull String newJobKey, @NotNull String name, @Nullable String description, boolean suspended) Copy the given job and give the copy the key, name, description and suspended state provided.JobServiceImpl.cloneJob(@NotNull String sourceJobKeyString, @NotNull PlanKey chainKey, long stageId, @NotNull String newJobKeyString, @NotNull String name, @Nullable String description, boolean suspended) @NotNull ImmutableJobGet an individual job.@NotNull ImmutableJob@NotNull ImmutableJobJobService.getJobWithConsistencyGuarantee(@NotNull PlanKey jobKey) Get an individual job.@NotNull ImmutableJobJobServiceImpl.getJobWithConsistencyGuarantee(@NotNull PlanKey jobKey) @NotNull ImmutableJobJobService.updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, BambooClosures.Throwing1<ImmutableJob, WebValidationException>... runBefore) Update the details of a job@NotNull ImmutableJobJobServiceImpl.updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, BambooClosures.Throwing1<ImmutableJob, WebValidationException>... runBefore) Methods in com.atlassian.bamboo.plan.job that return types with arguments of type ImmutableJobModifier and TypeMethodDescriptionPaginatedJobRequestProvider.createRequest(int start, int limit, ReadOnlyCapabilitySet capabilitySet, String filter, Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentDedications) @NotNull List<ImmutableJob> JobService.getJobsForPlan(@NotNull PlanKey planKey) Get all jobs in a plan, ordered alphabetically@NotNull List<ImmutableJob> JobServiceImpl.getJobsForPlan(@NotNull PlanKey planKey) Assumption is made thatAbstractImmutableChain.getAllJobs()will return 2-level sorted list of jobs@NotNull List<ImmutableJob> JobService.getJobsForStage(@NotNull PlanKey planKey, long stageId) Get all jobs in a particular stage, ordered alphabetically@NotNull List<ImmutableJob> JobServiceImpl.getJobsForStage(@NotNull PlanKey planKey, long stageId) @NotNull PaginationResult<ImmutableJob> PaginatedJobService.getJobsMatchingCapabilities(int start, int limit, @NotNull ReadOnlyCapabilitySet capabilitySet, @Nullable String filter, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentDedications) Returns a paginated list of jobs matching given capabilities.@NotNull PaginationResult<ImmutableJob> PaginatedJobServiceImpl.getJobsMatchingCapabilities(int start, int limit, @NotNull ReadOnlyCapabilitySet capabilitySet, @Nullable String filter, @NotNull Iterable<AgentAssignmentService.AgentAssignmentExecutor> agentDedications) @NotNull List<ImmutableJob> PaginatedJobsProvider.provideData(int start, int limit) -
Uses of ImmutableJob in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin with parameters of type ImmutableJobModifier and TypeMethodDescriptionstatic Iterable<TaskDefinition> BambooPluginUtils.filterTasks(ImmutableJob job, String pluginKey) -
Uses of ImmutableJob in com.atlassian.bamboo.plugins.dummy
Methods in com.atlassian.bamboo.plugins.dummy with parameters of type ImmutableJobModifier and TypeMethodDescriptionvoidDummyPostJobAction.execute(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary) -
Uses of ImmutableJob in com.atlassian.bamboo.plugins.maven.dependencies
Methods in com.atlassian.bamboo.plugins.maven.dependencies that return ImmutableJobModifier and TypeMethodDescriptionstatic @Nullable ImmutableJobMavenDependencyHelper.findDependencyProviderJob(@NotNull ImmutableChain chain) Search for a Job that could be a Maven dependencies provider (uses a MavenDependenciesProcessor task)@Nullable ImmutableJobViewMaven2ChainSummary.getDependencyProviderJob() -
Uses of ImmutableJob in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ImmutableJobConstructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ImmutableJobModifierConstructorDescriptionAgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutableJob job) AgentAssignmentSearchResult(@NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.plugins.rest.plan.stage.job
Methods in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type ImmutableJobModifier and TypeMethodDescription@NotNull RestJobJobConversionFunction.apply(@NotNull ImmutableJob job, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of ImmutableJob in com.atlassian.bamboo.plugins.rest.plan.stage.job.task
Method parameters in com.atlassian.bamboo.plugins.rest.plan.stage.job.task with type arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull RestTaskTaskConversionFunction.apply(@NotNull DecoratedTaskDefinition<ImmutableJob> taskDefinition, @NotNull Expansion expansion, @NotNull jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of ImmutableJob in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return types with arguments of type ImmutableJobModifier and TypeMethodDescriptionPlanRestService.getBranchesForJob(ImmutableJob job) PlanRestServiceImpl.getBranchesForJob(ImmutableJob job) PlanRestService.getJobsForPlan(@NotNull PlanKey planKey, @NotNull jakarta.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) Get a list of jobs of specified plan.PlanRestServiceImpl.getJobsForPlan(@NotNull PlanKey planKey, @NotNull jakarta.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type ImmutableJobModifier and TypeMethodDescriptionPlanRestService.getBranchesForJob(ImmutableJob job) PlanRestServiceImpl.getBranchesForJob(ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ImmutableJobModifier and TypeMethodDescriptionTestQuarantineManager.getCurrentlyQuarantinedTests(@NotNull ImmutableJob job) Get a list of TestClass and TestCase names of all the tests currently quarantined for a given job In string form for use in the BuildContext custom configTestQuarantineManagerImpl.getCurrentlyQuarantinedTests(@NotNull ImmutableJob job) TestCaseDao.getQuarantinedTestCasesForJob(@NotNull ImmutableJob job) Provide a list of the quarantined tests for a jobTestCaseHibernateDao.getQuarantinedTestCasesForJob(@NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task with parameters of type ImmutableJobModifier and TypeMethodDescriptionTaskConfigurationService.getRelevantTasksForRepositoryId(@NotNull ImmutableJob job, long repositoryId) Return relevantTaskDefinitionfor givenJoband repositoryIdTaskConfigurationServiceImpl.getRelevantTasksForRepositoryId(@NotNull ImmutableJob job, long repositoryId) -
Uses of ImmutableJob in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository with parameters of type ImmutableJobModifier and TypeMethodDescription@NotNull List<PlanRepositoryDefinition> AbstractRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job) @NotNull List<PlanRepositoryDefinition> RepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type ImmutableJobModifier and TypeMethodDescriptionstatic intComparators.jobStagePlanNameCaseInsensitiveCompare(ImmutableJob o1, ImmutableJob o2) -
Uses of ImmutableJob in com.atlassian.bamboo.v2.build.agent.capability
Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type ImmutableJobModifierConstructorDescriptionRequirementImmutablePlanMapping(@NotNull Requirement requirement, @NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service that return types with arguments of type ImmutableJobModifier and TypeMethodDescriptionVcsRepositoryConfigurationService.getRelevantJobsForRepositoryIdChange(@NotNull ImmutablePlan plan, long repositoryId) Deprecated.since 5.14VcsRepositoryConfigurationServiceImpl.getRelevantJobsForRepositoryIdChange(@NotNull ImmutablePlan plan, long repositoryId) -
Uses of ImmutableJob in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type ImmutableJobModifier and TypeMethodDescription@NotNull List<PlanRepositoryDefinition> WarningsTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that return types with arguments of type ImmutableJob -
Uses of ImmutableJob in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type ImmutableJobModifier and TypeMethodDescriptionTaskUIConfigBean.getDecoratedFinalisingTaskDefinitions(@NotNull ImmutableJob job) TaskUIConfigBean.getDecoratedTaskDefinitions(@NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ImmutableJobModifier and TypeMethodDescription@NotNull List<ImmutableJob> CreateJob.getJobsToClone()Used on first render for functional testsMethods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ImmutableJobModifier and TypeMethodDescription@Nullable StringStageAction.getAgentUnavailabilityHint(@NotNull ImmutableJob job) -
Uses of ImmutableJob in com.atlassian.bamboo.ww2.actions.plans
Methods in com.atlassian.bamboo.ww2.actions.plans with parameters of type ImmutableJobModifier and TypeMethodDescriptionstatic @Nullable StringAgentAvailabilityHintHelper.getAgentUnavailabilityHint(@NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull ElasticFunctionalityFacade elasticFunctionalityFacade, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull com.atlassian.core.i18n.I18nTextProvider textProvider, @NotNull ImmutableJob job, boolean assumeInstanceForEveryImage) Returns a string describing the reason for which a job can't (won't) be built.