| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJob |
| Modifier and Type | Method and Description |
|---|---|
Job |
DefaultJob.getMaster() |
Job |
Job.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
static Job |
JobParamMapHelper.getMasterJob(ActionParametersMap params) |
Job |
JobCreationServiceImpl.getNewInstance() |
Job |
JobCreationService.getNewInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobCreationServiceImpl.cloneBuildable(PlanCreationBean planCreationBean,
ActionParametersMap params,
Job jobToClone,
Job job) |
static void |
JobParamMapHelper.setMasterJob(ActionParametersMap actionParametersMap,
Job masterJob) |
| Modifier and Type | Method and Description |
|---|---|
Set<Job> |
ChainStageImpl.getAllJobs() |
List<Job> |
Chain.getAllJobs()
Note: Does not include Jobs that are marked for deletion.
|
Collection<Job> |
ChainStage.getAllJobs()
Gets the
Jobs associated with this Stage, including the ones marked for deletion |
Set<Job> |
ChainStageImpl.getJobs() |
Set<Job> |
ChainStage.getJobs()
Gets the
Jobs associated with this Stage, exlcuding the ones marked for deletion |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChainStageImpl.addJob(Job job) |
boolean |
ChainStage.addJob(Job job)
Adds a
Job to the ChainStage |
boolean |
ChainStageImpl.removeJob(Job job) |
boolean |
ChainStage.removeJob(Job job)
Removes the
Job from the ChainStage |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainStageImpl.setAllJobs(Set<Job> jobs) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultSummaryMergeAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary) |
void |
PostJobAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary)
Executes the custom action
|
| Modifier and Type | Method and Description |
|---|---|
Job |
ViewRejectedRequirements.getJob() |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobMapper.createPlanEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<Job> plans,
Job job,
long objectIndex,
org.hibernate.Session session) |
protected void |
JobMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Job job,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
JobMapper.importProperties(Job job,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<Job> plans,
Job job,
long objectIndex,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDefinition |
BambooMocks.mockArtifactDefinition(long id,
String name,
String location,
String copyPattern,
boolean sharedArtifact,
Job producerJob) |
| Modifier and Type | Method and Description |
|---|---|
static Job |
PlanHelper.getBranchedJob(Chain chainBranch,
Job masterJob) |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
AbstractChain.getAllJobs() |
Collection<Job> |
PlanHibernateDao.getBranchesForJob(Job job) |
Collection<Job> |
PlanDao.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
static Job |
PlanHelper.getBranchedJob(Chain chainBranch,
Job masterJob) |
Collection<Job> |
PlanHibernateDao.getBranchesForJob(Job job) |
Collection<Job> |
PlanDao.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
ArtifactSubscriptionImpl.getConsumerJob() |
Job |
ArtifactSubscriptionSubstitutionAwareImpl.getConsumerJob() |
Job |
ArtifactSubscription.getConsumerJob()
Get job which consumes the artifact
|
Job |
ArtifactDefinitionImpl.getProducerJob() |
Job |
ArtifactDefinition.getProducerJob()
Get Buildable that is a producer of artifact
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<ArtifactSubscription,Job> |
ArtifactSubscriptionsFunctions.getConsumerJob()
Get a Function extracting consumer job from artifact subscription object.
|
static com.google.common.base.Function<ArtifactSubscription,Job> |
ArtifactSubscriptionsFunctions.getProducerJob()
Get a Function extracting producer job from artifact subscription object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManagerImpl.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan) |
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManager.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan)
|
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManagerImpl.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan,
boolean preserveSharedFlag) |
Map<ArtifactDefinition,ArtifactDefinition> |
ArtifactDefinitionManager.cloneArtifactDefinitions(Job sourcePlan,
Job targetPlan,
boolean preserveSharedFlag)
|
boolean |
ArtifactSubscriptionManagerImpl.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName) |
boolean |
ArtifactSubscriptionManager.isSubscriptionsValid(Job consumer,
Chain chain,
String stageName)
Shorter for of validateSubscriptions method
|
void |
ArtifactSubscriptionImpl.setConsumerJob(Job consumerJob) |
void |
ArtifactSubscriptionSubstitutionAwareImpl.setConsumerJob(Job consumerJob) |
void |
ArtifactSubscription.setConsumerJob(Job consumerJob) |
void |
ArtifactDefinitionImpl.setProducerJob(Job producerJob) |
void |
ArtifactDefinition.setProducerJob(Job producerJob)
Set Buildable that is a producer of artifact
|
| Constructor and Description |
|---|
ArtifactDefinitionImpl(ArtifactDefinition sourceArtifact,
Job newProducerJob,
boolean sharedArtifact)
Constructor used for cloning artifact definitions while a job is being cloned.
|
ArtifactSubscriptionImpl(ArtifactDefinition artifactDefinition,
Job consumerJob,
String destinationDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static Job |
ChainBranchUtils.getBranchedJob(Job masterJob,
Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
ChainBranchManagerImpl.getBranchesForJob(Job job) |
Collection<Job> |
ChainBranchManager.getBranchesForJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
static Job |
ChainBranchUtils.getBranchedJob(Job masterJob,
Chain chain) |
Collection<Job> |
ChainBranchManagerImpl.getBranchesForJob(Job job) |
Collection<Job> |
ChainBranchManager.getBranchesForJob(Job job) |
| Constructor and Description |
|---|
JobPropagatingFacade(ChainBranchManager chainBranchManager,
Job masterJob) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJob |
ImmutablePlanManagerImpl.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job) |
ImmutableJob |
ImmutablePlanManager.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job) |
| Constructor and Description |
|---|
ImmutableJobImpl(ImmutableChain parent,
ImmutableChainStage stage,
Job job,
BuildLoggerManager buildLoggerManager,
LabelManager labelManager,
VariableDefinitionManager variableDefinitionManager,
TaskManager taskManager,
ResultsSummaryManager resultsSummaryManager,
BuildDefinition buildDefinition,
CachedPlanManager cachedPlanManager,
ImmutableArtifactManager immutableArtifactManager) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
GrailsTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
PhpUnitBuildTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
AbstractTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
Set<Requirement> |
BuildTaskRequirementSupport.calculateRequirements(TaskDefinition taskDefinition,
Job job)
Populates the
RequirementSet needed based off of the TaskDefinition |
void |
TaskManagerImpl.calculateRequirementsForTaskDefinition(Job job,
TaskDefinition taskDefinition) |
void |
TaskManager.calculateRequirementsForTaskDefinition(Job job,
TaskDefinition taskDefinition)
Attempts to add
Requirements to the specified Buildable if the TaskConfigurator is an implementor of BuildTaskRequirementSupport
If requirements are already present for the specified TaskDefinition they will be removed and recalculated |
Collection<Requirement> |
TaskManagerImpl.getTasksRequirements(Job job) |
Collection<Requirement> |
TaskManager.getTasksRequirements(Job job)
Return
Requirements for all tasks of Buildable if the TaskConfigurator is an implementor of BuildTaskRequirementSupport |
void |
TaskConfigurationServiceImpl.updateRepositoryIdsInJobsTasks(Job job,
Map<Long,Long> repositoryIdsChanges) |
void |
TaskConfigurationService.updateRepositoryIdsInJobsTasks(Job job,
Map<Long,Long> repositoryIdsChanges)
Updates task configurations affected by repository edition.
|
void |
TaskManagerImpl.updateRepositoryIdsInTask(Job job,
TaskDefinition taskDefinition,
Map<Long,Long> repositoryIdChanges) |
void |
TaskManager.updateRepositoryIdsInTask(Job job,
TaskDefinition taskDefinition,
Map<Long,Long> repositoryIdChanges)
Deprecated.
since 4.3, use
TaskManager.updateRepositoryIdsInTask(TaskDefinition, Map) |
| Modifier and Type | Method and Description |
|---|---|
Set<Requirement> |
AbstractRepositoryAwareTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Job job) |
void |
AbstractRepositoryAwareTaskConfigurator.handleRepositoryIdChanged(TaskDefinition taskDefinition,
Job job,
Map<Long,Long> repositoryIdChanges) |
void |
RepositoryAwareTaskConfigurator.handleRepositoryIdChanged(TaskDefinition taskDefinition,
Job job,
Map<Long,Long> repositoryIdChanges)
Deprecated.
|
| Constructor and Description |
|---|
AgentAssignmentExecutableDetails(Job job,
Plan plan,
boolean capabilitiesMatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
DeleteBuilds.getJobsToConfirm(Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
ConfigureBuildArtifact.getJobsSubscribedToArtifact(ArtifactDefinition artifactDefinition)
Get jobs subscribed to artifact
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
DeleteRepository.getTasksCount(Map<Job,List<TaskDefinition>> tasks) |
| Modifier and Type | Method and Description |
|---|---|
Job |
ViewChainResult.getJobForKey(String planKey) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
CreateJob.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.
|
com.google.common.collect.Multimap<ChainStage,Job> |
DeleteStageAction.getJobsContainingInvalidSubscriptions() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
DeletePlan.getJobsContainingInvalidSubscriptions() |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.