|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ImmutableJob in com.atlassian.bamboo.build |
|---|
| Subinterfaces of ImmutableJob in com.atlassian.bamboo.build | |
|---|---|
interface |
Job
|
| Classes in com.atlassian.bamboo.build that implement ImmutableJob | |
|---|---|
class |
DefaultJob
|
| Constructors in com.atlassian.bamboo.build with parameters of type ImmutableJob | |
|---|---|
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 | |
|---|---|
static java.util.Map<java.lang.Long,java.lang.String> |
RepositoryConfigHelper.getRepositoriesForWorkingDirSelection(ImmutableJob job)
Scans checkout tasks for repositories that define their source directory. |
| Uses of ImmutableJob in com.atlassian.bamboo.buildqueue.manager |
|---|
| Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ImmutableJob | |
|---|---|
boolean |
AgentAssignmentService.isCapabilitiesMatch(BuildAgent agent,
ImmutableJob job)
Helper methods to check if executor is capable of running executable |
boolean |
AgentAssignmentServiceImpl.isCapabilitiesMatch(BuildAgent agent,
ImmutableJob job)
|
boolean |
AgentAssignmentService.isCapabilitiesMatch(ElasticImageConfiguration image,
ImmutableJob job)
|
boolean |
AgentAssignmentServiceImpl.isCapabilitiesMatch(ElasticImageConfiguration image,
ImmutableJob job)
|
| Uses of ImmutableJob in com.atlassian.bamboo.chains |
|---|
| Methods in com.atlassian.bamboo.chains that return types with arguments of type ImmutableJob | |
|---|---|
java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> |
BuildContextFactory.createBuildContextsForJobs(ImmutableChain chain,
BuildContext parentBuildContext)
Creates a BuildContext for each Job in the Chain |
java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> |
BuildContextFactoryImpl.createBuildContextsForJobs(ImmutableChain chain,
BuildContext parentBuildContext)
|
| Method parameters in com.atlassian.bamboo.chains with type arguments of type ImmutableJob | |
|---|---|
ChainStateResult |
ChainResultManager.create(BuildContext chainBuildContext,
java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> jobBuildContexts,
java.util.Collection<? extends ImmutableChainStage> stageToExecute)
Creates a ChainState from Chain and BuildContext and reports any errors |
ChainStateResult |
ChainResultManagerImpl.create(BuildContext chainBuildContext,
java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> jobBuildContexts,
java.util.Collection<? extends ImmutableChainStage> stagesToExecute)
|
| Uses of ImmutableJob in com.atlassian.bamboo.chains.cache |
|---|
| Methods in com.atlassian.bamboo.chains.cache that return types with arguments of type ImmutableJob | |
|---|---|
java.util.Set<? extends ImmutableJob> |
ImmutableChainStage.getJobs()
Gets the ImmutableJobs associated with this Stage, excluding the ones marked for deletion |
java.util.Set<ImmutableJob> |
ImmutableChainStageImpl.getJobs()
|
| Uses of ImmutableJob in com.atlassian.bamboo.configuration.agent |
|---|
| Methods in com.atlassian.bamboo.configuration.agent that return ImmutableJob | |
|---|---|
ImmutableJob |
ViewAgents.getPlan()
|
| Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutableJob | |
|---|---|
java.util.Collection<? extends ImmutableJob> |
ViewAgentPlanMatrix.getBuildablesForPlan(ImmutablePlan plan)
|
| Uses of ImmutableJob in com.atlassian.bamboo.plan |
|---|
| Methods in com.atlassian.bamboo.plan that return ImmutableJob | |
|---|---|
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 | |
|---|---|
static java.util.Comparator<ImmutableJob> |
PlanComparators.jobStageIndexComparator()
|
| Methods in com.atlassian.bamboo.plan with parameters of type ImmutableJob | |
|---|---|
static ImmutableJob |
PlanHelper.getBranchedImmutableJob(ImmutableChain chainBranch,
ImmutableJob masterJob)
Searches for a corresponding job in a branch. |
| Uses of ImmutableJob in com.atlassian.bamboo.plan.artifact |
|---|
| Methods in com.atlassian.bamboo.plan.artifact that return ImmutableJob | |
|---|---|
ImmutableJob |
ImmutableArtifactSubscription.getConsumerJob()
Get job which consumes the artifact |
ImmutableJob |
ImmutableArtifactSubscriptionImpl.getConsumerJob()
|
ImmutableJob |
ImmutableArtifactDefinition.getProducerJob()
Get Buildable that is a producer of artifact |
ImmutableJob |
ImmutableArtifactDefinitionImpl.getProducerJob()
|
| Methods in com.atlassian.bamboo.plan.artifact that return types with arguments of type ImmutableJob | |
|---|---|
com.google.common.collect.Multimap<? extends ImmutableJob,ArtifactDefinition> |
ArtifactDefinitionManager.getArtifactDefinitionsByJob(ImmutableChain chain,
com.google.common.base.Predicate<ArtifactDefinitionBase> predicate)
Returns ArtifactDefinition grouped by Job where definitions are defined |
com.google.common.collect.Multimap<? extends ImmutableJob,ArtifactDefinition> |
ArtifactDefinitionManagerImpl.getArtifactDefinitionsByJob(ImmutableChain chain,
com.google.common.base.Predicate<ArtifactDefinitionBase> predicate)
Get ArtifactDefinition grouped by Job |
| Methods in com.atlassian.bamboo.plan.artifact with parameters of type ImmutableJob | |
|---|---|
java.util.List<ArtifactDefinition> |
ArtifactSubscriptionManager.findSubscriptionsPossibleForPlan(ImmutableJob job)
Get list of chain level artifacts available for specified plan |
java.util.List<ArtifactDefinition> |
ArtifactSubscriptionManagerImpl.findSubscriptionsPossibleForPlan(ImmutableJob job)
|
java.util.List<ArtifactDefinitionContext> |
ArtifactSubscriptionManager.prepareArtifactDefinitionContexts(ImmutableJob job,
PlanResultKey chainResultKey)
Helps prepare the artifact definitions |
java.util.List<ArtifactDefinitionContext> |
ArtifactSubscriptionManagerImpl.prepareArtifactDefinitionContexts(ImmutableJob job,
PlanResultKey chainResultKey)
|
java.util.List<ArtifactSubscriptionContext> |
ArtifactSubscriptionManager.prepareSubscriptionContexts(ImmutableJob job,
PlanResultKey planResultKey)
|
java.util.List<ArtifactSubscriptionContext> |
ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(ImmutableJob job,
PlanResultKey chainResultKey)
|
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManager.validateSubscribersForMovedJob(ImmutableJob producer,
ImmutableChainStage producerStage)
Validate all consumer artifact subscriptions to the artifacts produced by a Job against target stage |
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManagerImpl.validateSubscribersForMovedJob(ImmutableJob producer,
ImmutableChainStage destinationStage)
|
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManager.validateSubscriptions(ImmutableJob consumer,
ImmutableChain chain,
java.lang.String stageName)
Validate consumer artifact subscriptions against target chain and stage |
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManagerImpl.validateSubscriptions(ImmutableJob consumer,
ImmutableChain chain,
java.lang.String stageName)
|
| Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ImmutableJob | |
|---|---|
ImmutableArtifactDefinitionListLazyReference(ImmutableArtifactManager immutableArtifactManager,
ImmutableJob job)
|
|
ImmutableArtifactSubscriptionListLazyReference(ImmutableArtifactManager immutableArtifactManager,
ImmutableJob job)
|
|
| Uses of ImmutableJob in com.atlassian.bamboo.plan.cache |
|---|
| Classes in com.atlassian.bamboo.plan.cache that implement ImmutableJob | |
|---|---|
class |
ImmutableJobImpl
|
| Methods in com.atlassian.bamboo.plan.cache that return ImmutableJob | |
|---|---|
ImmutableJob |
ImmutablePlanManager.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job)
|
ImmutableJob |
ImmutablePlanManagerImpl.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job)
|
ImmutableJob |
ImmutableJob.getMaster()
|
ImmutableJob |
ImmutableJobImpl.getMaster()
|
ImmutableJob |
CachedPlanManager.getMasterOfJob(PlanKey masterChainKey,
PlanKey jobKey)
|
ImmutableJob |
CachedPlanManagerImpl.getMasterOfJob(PlanKey masterChainKey,
PlanKey jobKey)
|
| Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableJob | |
|---|---|
java.util.List<? extends ImmutableJob> |
ImmutableChain.getAllJobs()
Note: Does not include Jobs that are marked for deletion. |
com.google.common.collect.ImmutableList<ImmutableJob> |
AbstractImmutableChain.getAllJobs()
|
| Uses of ImmutableJob in com.atlassian.bamboo.plugin |
|---|
| Methods in com.atlassian.bamboo.plugin with parameters of type ImmutableJob | |
|---|---|
static java.lang.Iterable<TaskDefinition> |
BambooPluginUtils.filterTasks(ImmutableJob job,
java.lang.String pluginKey)
|
| Uses of ImmutableJob in com.atlassian.bamboo.plugins.maven.dependencies |
|---|
| Methods in com.atlassian.bamboo.plugins.maven.dependencies that return ImmutableJob | |
|---|---|
static ImmutableJob |
MavenDependencyHelper.findDependencyProviderJob(ImmutableChain chain)
Search for a Job that could be a Maven dependencies provider (uses a MavenDependenciesProcessor task) |
ImmutableJob |
ViewMaven2ChainSummary.getDependencyProviderJob()
|
| Uses of ImmutableJob in com.atlassian.bamboo.repository |
|---|
| Methods in com.atlassian.bamboo.repository that return types with arguments of type ImmutableJob | |
|---|---|
java.util.Map<ImmutableJob,java.util.List<TaskDefinition>> |
RepositoryConfigurationService.getRelevantJobsForRepositoryIdChange(ImmutablePlan plan,
long repositoryId)
Returns mapping between Job and TaskDefinition for tasks using repository by given repository id |
java.util.Map<ImmutableJob,java.util.List<TaskDefinition>> |
RepositoryConfigurationServiceImpl.getRelevantJobsForRepositoryIdChange(ImmutablePlan plan,
long repositoryId)
|
| Uses of ImmutableJob in com.atlassian.bamboo.resultsummary.tests |
|---|
| Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ImmutableJob | |
|---|---|
java.util.List<TestCase> |
TestQuarantineManager.getCurrentlyQuarantinedTests(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 |
java.util.List<TestCase> |
TestQuarantineManagerImpl.getCurrentlyQuarantinedTests(ImmutableJob job)
|
java.util.List<TestCase> |
TestCaseHibernateDao.getQuarantinedTestCasesForJob(ImmutableJob job)
|
java.util.List<TestCase> |
TestCaseDao.getQuarantinedTestCasesForJob(ImmutableJob job)
Provide a list of the quarantined tests for a job |
| Uses of ImmutableJob in com.atlassian.bamboo.task |
|---|
| Methods in com.atlassian.bamboo.task with parameters of type ImmutableJob | |
|---|---|
java.util.List<TaskDefinition> |
TaskConfigurationService.getRelevantTasksForRepositoryId(ImmutableJob job,
long repositoryId)
Return relevant TaskDefinition for given Job and repositoryId |
java.util.List<TaskDefinition> |
TaskConfigurationServiceImpl.getRelevantTasksForRepositoryId(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 | |
|---|---|
java.util.List<RepositoryDefinition> |
RepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
ImmutableJob job)
|
java.util.List<RepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
ImmutableJob job)
|
| Uses of ImmutableJob in com.atlassian.bamboo.utils |
|---|
| Methods in com.atlassian.bamboo.utils that return types with arguments of type ImmutableJob | |
|---|---|
static com.google.common.collect.Ordering<ImmutableJob> |
Comparators.getJobStagePlanNameCaseInsensitiveOrdering()
|
| 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 | |
|---|---|
java.util.Map<ImmutableJob,java.util.List<TaskDefinition>> |
DeleteRepository.getRelevantJobsUsingRepository()
|
| 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 | |
|---|---|
java.util.List<ImmutableJob> |
ViewAggregatedJobPlugins.getAvailableJobs()
|
java.util.List<ImmutableJob> |
CreateJob.getJobsToClone()
Used on first render for functional tests |
| Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ImmutableJob | |
|---|---|
java.lang.String |
StageAction.getAgentUnavailabilityHint(ImmutableJob job)
|
| Uses of ImmutableJob in com.atlassian.bamboo.ww2.actions.chains.admin |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type ImmutableJob | |
|---|---|
com.google.common.collect.Multimap<? extends ImmutableJob,ArtifactDefinition> |
ViewChainConfiguration.getArtifactDefinitions()
|
| Methods in com.atlassian.bamboo.ww2.actions.chains.admin with parameters of type ImmutableJob | |
|---|---|
java.lang.String |
ViewChainConfiguration.getAgentUnavailabilityHint(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 | |
|---|---|
static java.lang.String |
AgentAvailabilityHintHelper.getAgentUnavailabilityHint(ExecutableAgentsHelper executableAgentsHelper,
ElasticFunctionalityFacade elasticFunctionalityFacade,
AdministrationConfigurationAccessor administrationConfigurationAccessor,
com.atlassian.core.i18n.I18nTextProvider textProvider,
ImmutableJob job,
boolean assumeInstanceForEveryImage)
Returns a string describing the reason for which a job can't (won't) be built. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||