Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableJob
-
-
Uses of ImmutableJob in com.atlassian.bamboo.bandana
Methods in com.atlassian.bamboo.bandana with parameters of type ImmutableJob Modifier and Type Method Description static PlanAwareBandanaContext
PlanAwareBandanaContext. forJob(@NotNull ImmutableJob job)
-
Uses of ImmutableJob in com.atlassian.bamboo.build
Subinterfaces of ImmutableJob in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Job
Classes in com.atlassian.bamboo.build that implement ImmutableJob Modifier and Type Class Description class
DefaultJob
Constructors in com.atlassian.bamboo.build with parameters of type ImmutableJob Constructor Description JobStatusHelper(ImmutableJob job, BuildExecutionManager buildExecutionManager)
-
Uses of ImmutableJob in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation with parameters of type ImmutableJob Modifier and Type Method Description static Map<Long,String>
RepositoryConfigHelper. 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 ImmutableJob Modifier and Type Method Description ImmutableJob
TestCaseForDisplay. getJob()
Constructors in com.atlassian.bamboo.build.tests with parameters of type ImmutableJob Constructor Description FailingTestCaseForDisplay(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 ImmutableJob Modifier and Type Method Description boolean
AgentAssignmentService. isCapabilitiesMatch(ElasticImageConfiguration image, ImmutableJob job)
boolean
AgentAssignmentService. isCapabilitiesMatch(EphemeralAgentTemplate template, ImmutableJob job)
boolean
AgentAssignmentService. isCapabilitiesMatch(BuildAgent agent, ImmutableJob job)
Helper methods to check if executor is capable of running executableboolean
AgentAssignmentServiceImpl. isCapabilitiesMatch(ElasticImageConfiguration image, ImmutableJob job)
boolean
AgentAssignmentServiceImpl. isCapabilitiesMatch(EphemeralAgentTemplate template, ImmutableJob job)
boolean
AgentAssignmentServiceImpl. 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 ImmutableJob Modifier and Type Method Description @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>>
BuildContextFactory. createBuildContextsForJobs(@NotNull ImmutableChain chain, @NotNull BuildContext parentBuildContext)
@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>>
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 ImmutableJob Modifier and Type Method Description @NotNull ChainStateResult
ChainResultManager. create(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts, @NotNull Collection<? extends ImmutableChainStage> stageToExecute)
@NotNull ChainStateResult
ChainResultManagerImpl. create(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts, @NotNull Collection<? extends ImmutableChainStage> stagesToExecute)
@NotNull ChainStateResult
ChainResultManager. createStateForRerunBuild(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts, PlanExecutionConfig planExecutionConfig, @NotNull Map<PlanResultKey,ChainResultManager.JobResultInfoForRerun> jobRestartInfo)
Creates aChainState
as well stage and job results for build already executed and being rerun.@NotNull ChainStateResult
ChainResultManagerImpl. createStateForRerunBuild(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts, PlanExecutionConfig planExecutionConfig, @NotNull Map<PlanResultKey,ChainResultManager.JobResultInfoForRerun> jobResultInfoForRerunMap)
@NotNull ChainStateResult
ChainResultManager. updateForRerunBuild(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts, PlanExecutionConfig planExecutionConfig)
Deprecated.since 9.0 useChainResultManager.cleanForRerunBuild(BuildContext)
followed by#createStateForRerunBuild(BuildContext, Map, PlanExecutionConfig)
@NotNull ChainStateResult
ChainResultManagerImpl. updateForRerunBuild(@NotNull BuildContext chainBuildContext, @NotNull Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts, @NotNull PlanExecutionConfig planExecutionConfig)
-
Uses of ImmutableJob in com.atlassian.bamboo.chains.cache
Methods in com.atlassian.bamboo.chains.cache that return types with arguments of type ImmutableJob Modifier and Type Method Description @NotNull Set<? extends ImmutableJob>
ImmutableChainStage. getJobs()
Gets theImmutableJob
s 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 ImmutableJob Modifier and Type Method Description void
PostJobAction. 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 ImmutableJob Modifier and Type Method Description ImmutableJob
ViewAgents. getPlan()
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutableJob Modifier and Type Method Description @Nullable Collection<? extends ImmutableJob>
ViewAgentPlanMatrix. getBuildablesForPlan(ImmutablePlan plan)
Map<ImmutableJob,RequirementDelta>
RenameAgentCapability. getRequirementPlanDeltaMap()
-
Uses of ImmutableJob in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return types with arguments of type ImmutableJob Modifier and Type Method Description List<ImmutableJob>
SharedCredentialsInJobs. getJobsWithSharedCredentials()
Constructor parameters in com.atlassian.bamboo.credentials with type arguments of type ImmutableJob Constructor Description SharedCredentialsInJobs(Long sharedCredentialsId, List<ImmutableJob> jobsWithSharedCredentials)
-
Uses of ImmutableJob in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ImmutableJob Modifier and Type Method Description static ImmutableJob
PlanHelper. 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 ImmutableJob Modifier and Type Method Description static 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 ImmutableJob Modifier and Type Method Description static ImmutableJob
PlanHelper. 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 ImmutableJob Modifier and Type Method Description @NotNull ImmutableJob
ImmutableArtifactSubscription. getConsumerJob()
Get job which consumes the artifact@NotNull ImmutableJob
ImmutableArtifactSubscriptionImpl. getConsumerJob()
@NotNull ImmutableJob
ImmutableArtifactDefinition. getProducerJob()
Get Buildable that is a producer of artifact@NotNull ImmutableJob
ImmutableArtifactDefinitionImpl. getProducerJob()
Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type ImmutableJob Modifier and Type Method Description @NotNull com.google.common.collect.Multimap<? extends ImmutableJob,ArtifactDefinition>
ArtifactDefinitionManager. getArtifactDefinitionsByJob(@NotNull ImmutableChain chain, com.google.common.base.Predicate<ArtifactDefinitionBase> predicate)
ReturnsArtifactDefinition
grouped byJob
where definitions are defined@NotNull com.google.common.collect.Multimap<? extends ImmutableJob,ArtifactDefinition>
ArtifactDefinitionManagerImpl. getArtifactDefinitionsByJob(@NotNull ImmutableChain chain, com.google.common.base.Predicate<ArtifactDefinitionBase> predicate)
GetArtifactDefinition
grouped byJob
Methods in com.atlassian.bamboo.plan.artifact with parameters of type ImmutableJob Modifier and Type Method Description @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 ImmutableJob Constructor Description ImmutableArtifactDefinitionListLazyReference(@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 ImmutableJob Modifier and Type Method Description static @Nullable ImmutableJob
ChainBranchUtils. findJobByMasterId(@NotNull ImmutableChain chain, long masterJobId)
-
Uses of ImmutableJob in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutableJob Modifier and Type Class Description class
ImmutableJobImpl
Methods in com.atlassian.bamboo.plan.cache with type parameters of type ImmutableJob Modifier and Type Method Description <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 ImmutableJob Modifier and Type Method Description @NotNull ImmutableJob
ImmutablePlanManager. createImmutableJob(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull Job job)
@NotNull ImmutableJob
ImmutablePlanManagerImpl. createImmutableJob(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull Job job)
@NotNull ImmutableJob
ImmutablePlanManager. createImmutableJobBasedOnDto(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull EnrichedPlanDto job, @NotNull Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
Create immutableImmutableJob
.@NotNull ImmutableJob
ImmutablePlanManagerImpl. createImmutableJobBasedOnDto(@NotNull ImmutableChain parent, @NotNull ImmutableChainStage stage, @NotNull EnrichedPlanDto jobDto, @NotNull Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
ImmutableJob
ImmutableJob. getMaster()
ImmutableJob
ImmutableJobImpl. getMaster()
@Nullable ImmutableJob
CachedPlanManager. getMasterOfJob(@NotNull PlanKey masterChainKey, @NotNull PlanKey jobKey)
@Nullable ImmutableJob
CachedPlanManagerImpl. getMasterOfJob(@NotNull PlanKey masterChainKey, @NotNull PlanKey jobKey)
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableJob Modifier and Type Method Description @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. -
Uses of ImmutableJob in com.atlassian.bamboo.plan.job
Methods in com.atlassian.bamboo.plan.job that return ImmutableJob Modifier and Type Method Description @NotNull ImmutableJob
JobService. 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 ImmutableJob
JobServiceImpl. addJob(@NotNull PlanKey chainKey, long stageId, @Nullable String jobKeyString, @Nullable String name, @Nullable String description, boolean suspended)
@NotNull ImmutableJob
JobService. 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.ImmutableJob
JobServiceImpl. cloneJob(@NotNull String sourceJobKeyString, @NotNull PlanKey chainKey, long stageId, @NotNull String newJobKeyString, @NotNull String name, @Nullable String description, boolean suspended)
@NotNull ImmutableJob
JobService. getJob(@NotNull PlanKey jobKey)
Get an individual job.@NotNull ImmutableJob
JobServiceImpl. getJob(@NotNull PlanKey jobKey)
@NotNull ImmutableJob
JobService. getJobWithConsistencyGuarantee(@NotNull PlanKey jobKey)
Get an individual job.@NotNull ImmutableJob
JobServiceImpl. getJobWithConsistencyGuarantee(@NotNull PlanKey jobKey)
@NotNull ImmutableJob
JobService. updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, @NotNull BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
Update the details of a job@NotNull ImmutableJob
JobServiceImpl. updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, @NotNull BambooClosures.Throwing1<ImmutableJob,WebValidationException>... runBefore)
Methods in com.atlassian.bamboo.plan.job that return types with arguments of type ImmutableJob Modifier and Type Method Description @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)
-
Uses of ImmutableJob in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin with parameters of type ImmutableJob Modifier and Type Method Description static 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 ImmutableJob Modifier and Type Method Description void
DummyPostJobAction. 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 ImmutableJob Modifier and Type Method Description static @Nullable ImmutableJob
MavenDependencyHelper. findDependencyProviderJob(@NotNull ImmutableChain chain)
Search for a Job that could be a Maven dependencies provider (uses a MavenDependenciesProcessor task)@Nullable ImmutableJob
ViewMaven2ChainSummary. 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 ImmutableJob Modifier and Type Method Description RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. withJob(@NotNull ImmutableJob job)
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ImmutableJob Constructor Description AgentAssignmentSearchResult(@NotNull ImmutableJob plan)
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutableJob plan)
-
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 ImmutableJob Modifier and Type Method Description @NotNull RestJob
JobConversionFunction. apply(@NotNull ImmutableJob job, @NotNull Expansion expansion, @NotNull javax.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 ImmutableJob Modifier and Type Method Description @NotNull RestTask
TaskConversionFunction. apply(@NotNull DecoratedTaskDefinition<ImmutableJob> taskDefinition, @NotNull Expansion expansion, @NotNull javax.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 ImmutableJob Modifier and Type Method Description List<ImmutableJob>
PlanRestService. getBranchesForJob(ImmutableJob job)
List<ImmutableJob>
PlanRestServiceImpl. getBranchesForJob(ImmutableJob job)
List<ImmutableJob>
PlanRestService. getJobsForPlan(@NotNull PlanKey planKey, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Get a list of jobs of specified plan.List<ImmutableJob>
PlanRestServiceImpl. getJobsForPlan(@NotNull PlanKey planKey, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type ImmutableJob Modifier and Type Method Description List<ImmutableJob>
PlanRestService. getBranchesForJob(ImmutableJob job)
List<ImmutableJob>
PlanRestServiceImpl. getBranchesForJob(ImmutableJob job)
-
Uses of ImmutableJob in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ImmutableJob Modifier and Type Method Description @NotNull List<TestCase>
TestQuarantineManager. 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 config@NotNull List<TestCase>
TestQuarantineManagerImpl. getCurrentlyQuarantinedTests(@NotNull ImmutableJob job)
@NotNull List<TestCase>
TestCaseDao. getQuarantinedTestCasesForJob(@NotNull ImmutableJob job)
Provide a list of the quarantined tests for a job@NotNull List<TestCase>
TestCaseHibernateDao. getQuarantinedTestCasesForJob(@NotNull ImmutableJob job)
-
Uses of ImmutableJob in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task with parameters of type ImmutableJob Modifier and Type Method Description List<TaskDefinition>
TaskConfigurationService. getRelevantTasksForRepositoryId(@NotNull ImmutableJob job, long repositoryId)
Return relevantTaskDefinition
for givenJob
and repositoryIdList<TaskDefinition>
TaskConfigurationServiceImpl. 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 ImmutableJob Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
@NotNull List<PlanRepositoryDefinition>
RepositoryAwareTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
@NotNull List<RepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
default @NotNull List<RepositoryDefinition>
RepositoryAwareTaskConfigurator. getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
Deprecated.since 7.0 useRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition, ImmutableJob)
instead. -
Uses of ImmutableJob in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type ImmutableJob Modifier and Type Method Description static int
Comparators. 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 ImmutableJob Constructor Description RequirementImmutablePlanMapping(@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 ImmutableJob Modifier and Type Method Description Map<ImmutableJob,List<TaskDefinition>>
VcsRepositoryConfigurationService. getRelevantJobsForRepositoryIdChange(@NotNull ImmutablePlan plan, long repositoryId)
Deprecated.since 5.14Map<ImmutableJob,List<TaskDefinition>>
VcsRepositoryConfigurationServiceImpl. getRelevantJobsForRepositoryIdChange(@NotNull ImmutablePlan plan, long repositoryId)
-
Uses of ImmutableJob in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type ImmutableJob Modifier and Type Method Description @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 Modifier and Type Method Description Map<ImmutableJob,List<TaskDefinition>>
DeleteRepository. getRelevantJobsUsingRepository()
-
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 ImmutableJob Modifier and Type Method Description List<DecoratedTaskDefinition>
TaskUIConfigBean. getDecoratedFinalisingTaskDefinitions(@NotNull ImmutableJob job)
List<DecoratedTaskDefinition>
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 ImmutableJob Modifier and Type Method Description List<ImmutableJob>
ViewAggregatedJobPlugins. getAvailableJobs()
@NotNull List<ImmutableJob>
CreateJob. getJobsToClone()
Used on first render for functional testsMethods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ImmutableJob Modifier and Type Method Description @Nullable String
StageAction. 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 ImmutableJob Modifier and Type Method Description static @Nullable String
AgentAvailabilityHintHelper. 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.
-