|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Plan in com.atlassian.bamboo.build |
---|
Subinterfaces of Plan in com.atlassian.bamboo.build | |
---|---|
interface |
Build
Deprecated. since 2.7 as there are no more buildable top level plans |
interface |
Buildable
|
interface |
Job
|
Classes in com.atlassian.bamboo.build that implement Plan | |
---|---|
class |
AbstractBuildable
|
class |
BuildObjectForTests
Information about a build under Continuous Integration. |
class |
DefaultBuild
|
class |
DefaultJob
|
class |
TestBuildObjectForTests
|
Methods in com.atlassian.bamboo.build that return Plan | |
---|---|
Plan |
BuildStatusHelper.getBuild()
|
Plan |
PlanDependency.getChildPlan()
|
Plan |
PlanDependencyImpl.getChildPlan()
|
Plan |
PlanDependency.getParentPlan()
|
Plan |
PlanDependencyImpl.getParentPlan()
|
Plan |
BuildObjectForTests.getPlan()
|
Plan |
BuildDefinitionForBuild.getPlan()
|
Plan |
DefaultBuildDefinitionForBuild.getPlan()
|
Methods in com.atlassian.bamboo.build that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
BuildObjectForTests.getPlans()
|
Methods in com.atlassian.bamboo.build with parameters of type Plan | |
---|---|
void |
PlanDependencyManager.adjustChildDependencyList(java.lang.String dependencyType,
Plan plan,
java.util.Set<PlanKey> newChildPlanKeys,
boolean overwriteExisting)
Update the existing children dependencies of the given plan and dependency Type to match the provided list of new children. |
void |
PlanDependencyManagerImpl.adjustChildDependencyList(java.lang.String dependencyKey,
Plan plan,
java.util.Set<PlanKey> newChildPlanKeys,
boolean overwriteExisting)
|
void |
PlanDependencyManager.adjustParentDependencyList(java.lang.String dependencyType,
Plan plan,
java.util.Set<PlanKey> newParentPlanKeys,
boolean overwriteExisting)
Update the existing parent dependencies of the given plan and dependency Type to match the provided list of new parents. |
void |
PlanDependencyManagerImpl.adjustParentDependencyList(java.lang.String dependencyKey,
Plan childPlan,
java.util.Set<PlanKey> newParentPlanKeys,
boolean overwriteExisting)
|
BuildDetectionAction |
BuildDetectionActionFactory.createDependentBuildDetectionAction(Plan plan,
Plan parent,
BuildContext completedBuildContext)
Creates a new instance of BuildDetectionAction that is used to trigger dependent builds |
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createDependentBuildDetectionAction(Plan plan,
Plan parent,
BuildContext completedBuildContext)
|
BuildDetectionAction |
BuildDetectionActionFactory.createInitialBuildDetectionAction(Plan build)
Creates a new instance of BuildDetectionAction that is used to execute the initial build for a Build |
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createInitialBuildDetectionAction(Plan plan)
|
BuildDetectionAction |
BuildDetectionActionFactory.createManualBuildDetectionAction(Plan plan,
com.atlassian.user.User user,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables)
Creates a new instance of BuildDetectionAction that can be used to start the manual execution of Plan |
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(Plan plan,
com.atlassian.user.User user,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables)
|
BuildDetectionAction |
BuildDetectionActionFactory.createScheduledBuildDetectionAction(Plan plan)
Creates a new instance of BuildDetectionAction that can be used to start the scheduled execution of Plan |
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createScheduledBuildDetectionAction(Plan plan)
|
java.util.List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForBuild(Plan plan)
Finds a list of jira issues linked to a particular build |
java.util.List<LinkedJiraIssue> |
LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForBuild(Plan plan)
|
java.util.List<LinkedJiraIssue> |
JiraIssueResultsManagerImpl.findJiraIssuesForBuild(Plan plan)
|
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getChildBuildKeys(Plan plan)
|
java.util.Set<java.lang.String> |
PlanDependencyManager.getChildChainKeys(Plan plan)
Retrieves all chain that are children of the current plan |
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getChildChainKeys(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getChildNonEditableDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyDao.getChildNonEditableDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getChildPlanDependencies(Plan plan)
|
java.util.Set<PlanDependency> |
PlanDependencyManager.getChildPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a parent |
java.util.Collection<PlanDependency> |
PlanDependencyDao.getChildPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a parent |
java.util.Set<PlanDependency> |
PlanDependencyManagerImpl.getChildPlanDependencies(Plan plan)
|
java.util.Set<java.lang.String> |
PlanDependencyManager.getChildPlanKeys(Plan plan)
Retrievs all plan that are children of the current plan |
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getChildPlanKeys(Plan plan)
|
BuildTriggerCondition.ExecutionPreference |
BuildTriggerCondition.getExecutionPreference(Plan plan)
Use to indicate preference for whether this plugin things the plan should execute. |
protected int |
ViewNextBuildResults.getNextBuildNumber(Plan plan,
int currentBuildNumber)
Return the next build to the given currentBuildNumber. |
java.util.Set<java.lang.String> |
PlanDependencyManager.getNotEditableChildKeys(Plan plan)
Retrieves a list of keys representing the children that are not editable of the given plan |
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getNotEditableChildKeys(Plan plan)
|
java.util.Set<java.lang.String> |
PlanDependencyManager.getNotEditableParentKeys(Plan plan)
Retrieves a list of keys representing the children that are not editable of the given plan |
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getNotEditableParentKeys(Plan plan)
|
java.util.Set<java.lang.String> |
PlanDependencyManager.getParentChainKeys(Plan plan)
Retrieves all chain that are children of the current plan |
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getParentChainKeys(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getParentNonEditableDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyDao.getParentNonEditableDependencies(Plan plan)
|
java.util.Collection<PlanDependency> |
PlanDependencyHibernateDao.getParentPlanDependencies(Plan plan)
|
java.util.Set<PlanDependency> |
PlanDependencyManager.getParentPlanDependencies(Plan plan)
Retrieves all plan dependencies in which the given plan features as a child |
java.util.Collection<PlanDependency> |
PlanDependencyDao.getParentPlanDependencies(Plan plan)
Retrievs all plan dependencies in which the given plan features as a child |
java.util.Set<PlanDependency> |
PlanDependencyManagerImpl.getParentPlanDependencies(Plan plan)
|
java.util.Set<java.lang.String> |
PlanDependencyManager.getParentPlanKeys(Plan plan)
Retrievs all plans that are a parent of the current plan |
java.util.Set<java.lang.String> |
PlanDependencyManagerImpl.getParentPlanKeys(Plan plan)
|
void |
PlanDependencyManager.removeAllDependenciesForPlan(Plan plan)
Deletes any existing dependency featuring the given plan. |
void |
PlanDependencyManagerImpl.removeAllDependenciesForPlan(Plan plan)
|
void |
PlanDependencyHibernateDao.removeDependenciesForPlan(Plan plan)
|
void |
PlanDependencyDao.removeDependenciesForPlan(Plan plan)
Deletes any existing dependency featuring the given plan. |
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan)
Saves the Plan and the BuildConfiguration |
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan)
|
void |
CachedBuildDefinitionManagerImpl.savePlanAndDefinition(Plan plan)
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
Saves the Plan and the BuildConfiguration |
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
|
void |
CachedBuildDefinitionManagerImpl.savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
Convert and save the build definition. |
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
|
void |
CachedBuildDefinitionManagerImpl.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
|
void |
PlanDependencyImpl.setChildPlan(Plan childPlan)
|
void |
PlanDependencyImpl.setParentPlan(Plan parentPlan)
|
void |
BuildObjectForTests.setPlan(Plan build)
|
void |
BuildDefinitionForBuild.setPlan(Plan build)
|
void |
DefaultBuildDefinitionForBuild.setPlan(Plan plan)
|
Constructors in com.atlassian.bamboo.build with parameters of type Plan | |
---|---|
BuildStatusHelper(Plan plan,
ResultsSummary currentBuildResult,
ResultsSummaryManager resultsSummaryManager)
|
|
PlanDependencyImpl(Plan parentPlan,
Plan childPlan)
|
|
PlanDependencyImpl(java.lang.String dependencyType,
Plan parentPlan,
Plan childPlan)
|
Uses of Plan in com.atlassian.bamboo.build.artifact |
---|
Methods in com.atlassian.bamboo.build.artifact with parameters of type Plan | |
---|---|
static void |
LocalArtifactManager.removeArtifactFiles(Plan plan)
|
static void |
LocalArtifactManager.removeArtifactFiles(Plan plan,
int buildNumber)
|
void |
ArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary,
Plan plan)
Remove all artifact links from the ChainResultsSummary. |
void |
DefaultArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.build.configuration |
---|
Methods in com.atlassian.bamboo.build.configuration with parameters of type Plan | |
---|---|
boolean |
ConcurrentBuildsPlanConfigurationPlugin.isApplicableTo(Plan plan)
|
protected void |
ConcurrentBuildsPlanConfigurationPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.build.creation |
---|
Methods in com.atlassian.bamboo.build.creation that return Plan | |
---|---|
Plan |
PlanCreationService.getNewInstance()
|
Plan |
PlanCreationBean.getPlanBeingCreated()
|
Methods in com.atlassian.bamboo.build.creation with parameters of type Plan | |
---|---|
protected abstract void |
PlanCreationTemplate.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Clean build configuration for saving. |
void |
JobCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
ChainCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
BuildCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone,
PlanCreationBean planCreationBean,
java.lang.String planOwner)
|
void |
PlanConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
Performs any miscellaneous actions required before saving the plan. |
void |
WebRepositoryConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
RepositoryConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
BuilderConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated. |
void |
BuildStrategyConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
|
protected abstract void |
PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Prepare build configuration for saving. |
protected void |
JobCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
ChainCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
BuildCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected abstract void |
PlanCreationTemplate.preparePlanDetails(Plan plan,
ActionParametersMap params)
Prepare the plan object for saving. |
protected void |
JobCreationService.preparePlanDetails(Plan plan,
ActionParametersMap params)
|
protected void |
ChainCreationService.preparePlanDetails(Plan plan,
ActionParametersMap params)
|
protected void |
BuildCreationService.preparePlanDetails(Plan plan,
ActionParametersMap params)
|
protected abstract void |
PlanCreationTemplate.saveAndUpdateParents(Plan plan)
Perform any necessary database operations required before saving the plan. |
void |
JobCreationService.saveAndUpdateParents(Plan plan)
|
protected void |
ChainCreationService.saveAndUpdateParents(Plan plan)
|
protected void |
BuildCreationService.saveAndUpdateParents(Plan plan)
|
protected abstract void |
PlanCreationTemplate.setFullPlanKey(Plan plan)
Set the full key for this plan |
void |
JobCreationService.setFullPlanKey(Plan plan)
|
protected void |
ChainCreationService.setFullPlanKey(Plan plan)
|
protected void |
BuildCreationService.setFullPlanKey(Plan plan)
|
void |
PlanCreationBean.setPlanBeingCreated(Plan planBeingCreated)
|
Uses of Plan in com.atlassian.bamboo.build.expiry |
---|
Methods in com.atlassian.bamboo.build.expiry with parameters of type Plan | |
---|---|
int |
BuildExpiryBean.expireBuild(BuildExpiryConfig config,
Plan plan,
ResultsSummary lastResultsSummary)
Expires builds according to the passed BuildExpiryConfig object. |
Uses of Plan in com.atlassian.bamboo.build.expiry.plugin |
---|
Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type Plan | |
---|---|
boolean |
BuildExpiryPerPlanPlugin.isApplicableTo(Plan plan)
|
protected void |
BuildExpiryPerPlanPlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context,
BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
BuildExpiryPerPlanPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.build.monitoring |
---|
Methods in com.atlassian.bamboo.build.monitoring with parameters of type Plan | |
---|---|
protected void |
BuildMonitoringPerPlanPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.build.statistics |
---|
Constructors in com.atlassian.bamboo.build.statistics with parameters of type Plan | |
---|---|
FailurePeriod(Plan plan)
|
|
StatisticsCollectorImpl(Plan plan,
java.util.List<? extends ResultsSummary> results)
Class which takes in a Collection of ResultStatisticsProvider objects
and produces some statistics about it. |
Uses of Plan in com.atlassian.bamboo.build.strategy |
---|
Methods in com.atlassian.bamboo.build.strategy with parameters of type Plan | |
---|---|
protected org.quartz.Trigger |
SingleDailyBuildStrategy.getTrigger(Plan plan)
|
protected org.quartz.Trigger |
PollingBuildStrategy.getTrigger(Plan plan)
|
protected org.quartz.Trigger |
CronTriggerBuildStrategy.getTrigger(Plan plan)
|
protected abstract org.quartz.Trigger |
AbstractQuartzStrategy.getTrigger(Plan plan)
|
void |
BuildStrategy.init(Plan plan)
Called whenever Bamboo starts up |
void |
TriggeredBuildStrategy.init(Plan plan)
|
void |
AbstractQuartzStrategy.init(Plan plan)
|
void |
AbstractBuildStrategy.init(Plan build)
Default to do nothing |
void |
QuartzStrategy.initialiseJob(Plan build)
must be re runnable |
void |
AbstractQuartzStrategy.initialiseJob(Plan plan)
|
void |
QuartzStrategy.removeJob(Plan build)
|
void |
AbstractQuartzStrategy.removeJob(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.builder |
---|
Methods in com.atlassian.bamboo.builder with parameters of type Plan | |
---|---|
java.lang.String |
AbstractBuilder.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated. |
java.lang.String |
AbstractBuilder.getViewHtml(Plan plan)
Deprecated. |
void |
PostConfigurableBuilder.performPostConfiguration(java.lang.String selectedBuilder,
BuildConfiguration builderConfiguration,
Plan plan)
Deprecated. Preform any post actions that might need to occur after you save the builder configuration. |
Uses of Plan in com.atlassian.bamboo.builder.coverage |
---|
Methods in com.atlassian.bamboo.builder.coverage with parameters of type Plan | |
---|---|
protected void |
CloverBuildProcessor.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context,
BuildConfiguration buildConfiguration,
Plan build)
|
protected void |
CloverBuildProcessor.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan build)
|
Uses of Plan in com.atlassian.bamboo.builder.resultsfilter |
---|
Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type Plan | |
---|---|
java.util.List<ResultsSummary> |
TimeAgoBuildResultsFilter.getResultsForPlan(Plan plan)
|
java.util.List<ResultsSummary> |
Latest25FiveBuildResultsFilter.getResultsForPlan(Plan plan)
|
java.util.List<ResultsSummary> |
BuildResultsFilter.getResultsForPlan(Plan plan)
Obtain a collection of ResultsSummary for the specified plan
The number returned will depend on the filter applied. |
java.util.List<ResultsSummary> |
AllBuildResultsFilter.getResultsForPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.buildtrigger |
---|
Methods in com.atlassian.bamboo.buildtrigger with parameters of type Plan | |
---|---|
BuildTriggerCondition.ExecutionPreference |
PlansGreenCondition.getExecutionPreference(Plan plan)
Use to indicate preference for whether this plugin things the plan should execute. |
protected void |
PlansGreenCondition.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.chains |
---|
Subinterfaces of Plan in com.atlassian.bamboo.chains | |
---|---|
interface |
Chain
|
Classes in com.atlassian.bamboo.chains that implement Plan | |
---|---|
class |
DefaultChain
|
Methods in com.atlassian.bamboo.chains with parameters of type Plan | |
---|---|
void |
ChainConversionService.copyAuditLog(Plan from,
Plan to)
Copies the audit log from one plan to another. |
void |
ChainConversionServiceImpl.copyAuditLog(Plan from,
Plan to)
|
void |
ChainConversionService.copyBandanaData(Plan from,
Plan to)
Copies bandana data from one plan to another. |
void |
ChainConversionServiceImpl.copyBandanaData(Plan from,
Plan to)
|
void |
ChainConversionService.copyBuildNumbersAndVcsRevisionKeys(Plan from,
Plan to)
Copies the build numbers and vcs revision keys from one plan to another |
void |
ChainConversionServiceImpl.copyBuildNumbersAndVcsRevisionKeys(Plan from,
Plan to)
|
void |
ChainConversionService.copyLabels(Plan from,
Plan to)
Copies plan level labels from one plan to another. |
void |
ChainConversionServiceImpl.copyLabels(Plan from,
Plan to)
|
Uses of Plan in com.atlassian.bamboo.charts |
---|
Fields in com.atlassian.bamboo.charts declared as Plan | |
---|---|
protected Plan |
BuildTimesChart.plan
|
protected Plan |
BuildFailuresChart.plan
|
Constructors in com.atlassian.bamboo.charts with parameters of type Plan | |
---|---|
BuildFailuresChart(int height,
int width,
java.lang.String chartTitle,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
Plan plan,
java.util.List<? extends ResultsSummary> filteredResults)
|
|
BuildTimesChart(int height,
int width,
java.lang.String chartTitle,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
Plan plan,
java.util.List<? extends ResultsSummary> filteredResults)
|
|
CombinedBuildSummaryByBuildChart(int height,
int width,
java.lang.String chartTitle,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
Plan plan,
java.util.List<? extends ResultsSummary> filteredResults)
|
Uses of Plan in com.atlassian.bamboo.comment |
---|
Method parameters in com.atlassian.bamboo.comment with type arguments of type Plan | |
---|---|
java.util.List<Comment> |
CommentHibernateDao.getCommentsByUserForPlans(java.lang.String userName,
java.util.List<? extends Plan> plans)
|
java.util.List<Comment> |
CommentManager.getCommentsByUserForPlans(java.lang.String userName,
java.util.List<? extends Plan> plans)
Returns the list of comments written by a specified user for the requested plans. |
java.util.List<Comment> |
CommentDao.getCommentsByUserForPlans(java.lang.String userName,
java.util.List<? extends Plan> plans)
|
java.util.List<Comment> |
CommentManagerImpl.getCommentsByUserForPlans(java.lang.String userName,
java.util.List<? extends Plan> plans)
|
Uses of Plan in com.atlassian.bamboo.deletion |
---|
Methods in com.atlassian.bamboo.deletion with parameters of type Plan | |
---|---|
void |
DeletionService.deletePlan(Plan plan)
|
void |
DeletionServiceImpl.deletePlan(Plan plan)
|
void |
PlanDeletionInterceptorAction.intercept(Plan plan)
Runs before the Plan and its ResultsSummary s have been deleted |
Uses of Plan in com.atlassian.bamboo.fileserver |
---|
Methods in com.atlassian.bamboo.fileserver with parameters of type Plan | |
---|---|
static java.io.File |
SystemDirectory.getArtifactDirectory(Plan plan)
|
static java.io.File |
SystemDirectory.getArtifactDirectory(Plan plan,
int buildNumber)
|
Uses of Plan in com.atlassian.bamboo.index |
---|
Methods in com.atlassian.bamboo.index with parameters of type Plan | |
---|---|
void |
BuildResultsIndexer.deIndexBuild(Plan build)
|
void |
DefaultBuildResultsIndexer.deIndexBuild(Plan plan)
|
org.apache.lucene.document.Document |
BuildResultsSummaryDocumentFactory.getDocument(ResultsSummary summary,
Plan plan)
|
long |
BuildResultsIndexer.indexBuild(Plan plan)
Indexes the build. |
long |
DefaultBuildResultsIndexer.indexBuild(Plan plan)
|
long |
BuildResultsIndexer.indexBuildResult(ResultsSummary summary,
Plan plan)
Indexes the build result |
long |
DefaultBuildResultsIndexer.indexBuildResult(ResultsSummary summary,
Plan plan)
Build result indexed by the build thread - need to establish session to attach back to results summary. |
void |
BuildResultsIndexer.reIndexBuildResults(ResultsSummary summary,
Plan plan,
boolean includeTests)
|
void |
DefaultBuildResultsIndexer.reIndexBuildResults(ResultsSummary summary,
Plan plan,
boolean includeTests)
|
Uses of Plan in com.atlassian.bamboo.js |
---|
Methods in com.atlassian.bamboo.js that return Plan | |
---|---|
Plan |
PlanSummaryObject.getPlan()
|
Constructors in com.atlassian.bamboo.js with parameters of type Plan | |
---|---|
PlanSummaryObject(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.labels |
---|
Methods in com.atlassian.bamboo.labels that return Plan | |
---|---|
Plan |
Labelling.getPlan()
|
Plan |
LabellingImpl.getPlan()
|
Methods in com.atlassian.bamboo.labels with parameters of type Plan | |
---|---|
int |
LabelManager.addFavourite(Plan plan,
com.atlassian.user.User user)
Adds a build to a user as favourite. |
int |
LabelManagerImpl.addFavourite(Plan plan,
com.atlassian.user.User user)
|
protected int |
LabelManagerImpl.addLabel(java.lang.String labelName,
java.lang.String namespace,
Project project,
Plan plan,
PlanResultKey planResultKey,
java.lang.String userName)
|
Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
Plan plan)
|
Labelling |
LabelDao.findLabellingByBuild(Label label,
Plan plan)
|
Labelling |
LabelHibernateDao.findLabellingByBuild(java.lang.String name,
java.lang.String namespace,
Plan plan)
|
Labelling |
LabelDao.findLabellingByBuild(java.lang.String name,
java.lang.String namespace,
Plan plan)
|
java.util.List<Labelling> |
LabelHibernateDao.findLabels(Plan plan)
|
java.util.List<Labelling> |
LabelDao.findLabels(Plan plan)
|
java.util.List<LabelCount> |
LabelHibernateDao.findLabels(java.lang.String namespace,
int maxResults,
Plan plan)
|
java.util.List<LabelCount> |
LabelDao.findLabels(java.lang.String namespace,
int maxResults,
Plan plan)
|
java.util.List<LabelCount> |
LabelManager.findLabels(java.lang.String namespace,
int maxResults,
Plan plan,
Project project)
Finds all labels in a given build, with namespace and maxResults. |
java.util.List<LabelCount> |
LabelManagerImpl.findLabels(java.lang.String namespace,
int maxResults,
Plan plan,
Project project)
|
java.util.List<java.lang.String> |
LabelManager.getFavouritesForPlan(Plan plan)
Retrieves a list of usernames which have the given plan set as a favourite. |
java.util.List<java.lang.String> |
LabelManagerImpl.getFavouritesForPlan(Plan plan)
|
boolean |
LabelManager.isFavourite(Plan plan,
com.atlassian.user.User user)
Determines if the build is a user's favourite Note that its more efficient to use PlanManager.filterFavouritedPlans(java.util.Collection, com.atlassian.user.User)
if you are performing this operation over a collection of Build s |
boolean |
LabelManagerImpl.isFavourite(Plan plan,
com.atlassian.user.User user)
|
boolean |
LabelManager.isManuallyUnmarkedFavourite(Plan plan,
com.atlassian.user.User user)
Flag which determines if the user has manually unmarked this build as favourite. |
boolean |
LabelManagerImpl.isManuallyUnmarkedFavourite(Plan plan,
com.atlassian.user.User user)
|
int |
LabelManager.removeFavourite(Plan plan,
com.atlassian.user.User user)
Removes a build from a user's favourite. |
int |
LabelManagerImpl.removeFavourite(Plan plan,
com.atlassian.user.User user)
|
protected int |
LabelManagerImpl.removeLabel(java.lang.String labelName,
java.lang.String namespace,
Project project,
Plan plan,
PlanResultKey planResultKey,
java.lang.String userName)
|
void |
Labelling.setPlan(Plan plan)
|
void |
LabellingImpl.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.migration.stream |
---|
Classes in com.atlassian.bamboo.migration.stream with type parameters of type Plan | |
---|---|
class |
AbstractPlanMapper<T extends Plan>
|
Fields in com.atlassian.bamboo.migration.stream declared as Plan | |
---|---|
protected Plan |
AbstractResultSummaryMapper.buildable
|
Constructors in com.atlassian.bamboo.migration.stream with parameters of type Plan | |
---|---|
AbstractResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
Plan buildable,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap)
|
|
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
Plan buildable,
java.util.Map<java.lang.Long,Label> labelMap,
java.util.Map<java.lang.Long,Author> authorMap)
|
|
LabellingMapper(net.sf.hibernate.SessionFactory sessionFactory,
ResultsSummary buildResultSummary,
Plan plan,
Project project,
java.util.Map<java.lang.Long,Label> labelMap)
|
Uses of Plan in com.atlassian.bamboo.notification |
---|
Methods in com.atlassian.bamboo.notification with type parameters of type Plan | ||
---|---|---|
|
NotificationManager.getNotificationRules(T plan)
Extract notification rules for a plan. |
|
|
NotificationManagerImpl.getNotificationRules(T plan)
|
Methods in com.atlassian.bamboo.notification that return Plan | |
---|---|
Plan |
UsersNotification.getPlan()
The plan the notification rule applies to |
Plan |
UsersNotificationImpl.getPlan()
|
protected Plan |
AbstractNotificationEventListener.getPlan(T event)
Try to retrieve plan using data in the event. |
Methods in com.atlassian.bamboo.notification with parameters of type Plan | |
---|---|
protected java.lang.Iterable<NotificationRule> |
AbstractNotificationEventListener.getNotificationRules(Plan plan,
T event)
Return notification rules effective for a given plan and event. |
abstract void |
AbstractNotificationEventListener.handleEvent(T event,
Plan plan)
Notification event listeners must implement this method to handle incoming events. |
Constructors in com.atlassian.bamboo.notification with parameters of type Plan | |
---|---|
UsersNotificationImpl(Plan plan,
NotificationRule notificationRule)
|
Uses of Plan in com.atlassian.bamboo.notification.buildcommented |
---|
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type Plan | |
---|---|
void |
CommentNotificationListener.handleEvent(BuildCommentedEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.buildcompleted |
---|
Fields in com.atlassian.bamboo.notification.buildcompleted declared as Plan | |
---|---|
protected Plan |
AbstractCompletedNotification.plan
|
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type Plan | |
---|---|
void |
BuildCompletedNotificationListener.handleEvent(BuildStateResultEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.builderror |
---|
Methods in com.atlassian.bamboo.notification.builderror with parameters of type Plan | |
---|---|
void |
BuildErrorNotificationListener.handleEvent(BambooErrorEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.buildhung |
---|
Methods in com.atlassian.bamboo.notification.buildhung with parameters of type Plan | |
---|---|
void |
BuildHungNotificationListener.handleEvent(BuildHungEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.buildmissingcapableagent |
---|
Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type Plan | |
---|---|
void |
BuildMissingCapableAgentNotificationListener.handleEvent(BuildQueuedEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.buildqueuetimeout |
---|
Methods in com.atlassian.bamboo.notification.buildqueuetimeout with parameters of type Plan | |
---|---|
void |
BuildQueueTimeoutNotificationListener.handleEvent(BuildQueueTimeoutEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.chain |
---|
Methods in com.atlassian.bamboo.notification.chain with parameters of type Plan | |
---|---|
void |
AfterXFailedNotificationListener.handleEvent(ChainCompletedEvent event,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.notification.recipients |
---|
Methods in com.atlassian.bamboo.notification.recipients with parameters of type Plan | |
---|---|
void |
WatcherRecipient.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.persister |
---|
Methods in com.atlassian.bamboo.persister with parameters of type Plan | |
---|---|
java.util.List<AuditLogEntry> |
HibernateAuditLogDao.getAuditLogMessagesForPlan(Plan plan)
|
java.util.List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(Plan plan)
|
java.util.List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(Plan plan)
Provide a list of all audit log messages written against a plan. |
java.util.List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(Plan plan)
|
java.util.List<AuditLogEntry> |
HibernateAuditLogDao.getAuditLogMessagesForPlan(Plan plan,
long startDate,
long endDate)
|
java.util.List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(Plan plan,
long startDate,
long endDate)
|
java.util.List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(Plan plan,
long startDate,
long endDate)
Provide a list of all audit log messages written against a plan between input dates. |
java.util.List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(Plan plan,
long startDate,
long endDate)
|
void |
DefaultAuditLogService.removeAuditLogMessagesForPlan(Plan plan)
|
void |
AuditLogService.removeAuditLogMessagesForPlan(Plan plan)
Deletes all log messages for a given plan |
Uses of Plan in com.atlassian.bamboo.plan |
---|
Classes in com.atlassian.bamboo.plan with type parameters of type Plan | |
---|---|
class |
PlanHibernateDao<T extends Plan>
|
Subinterfaces of Plan in com.atlassian.bamboo.plan | |
---|---|
interface |
TopLevelPlan
Marker interface that specifies that the implementing Plan is a 'top level' object |
Classes in com.atlassian.bamboo.plan that implement Plan | |
---|---|
class |
AbstractPlan
|
class |
PlanPermissionSkeleton
|
Methods in com.atlassian.bamboo.plan with type parameters of type Plan | ||
---|---|---|
|
PlanHibernateDao.findAllPlans(java.lang.Class<T> planType)
|
|
|
PlanDao.findAllPlans(java.lang.Class<T> planType)
Return a Plan collection for specified plan type |
|
|
PlanHibernateDao.findAllPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanDao.findAllPlansByProject(Project project,
java.lang.Class<T> planType)
Return a Plan collection for specified Project , including plans marked for deletion. |
|
|
PlanHibernateDao.findById(long id,
java.lang.Class<E> aClass)
|
|
|
PlanHibernateDao.findPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanDao.findPlansByProject(Project project,
java.lang.Class<T> planType)
Return a Plan collection for specified Project |
|
|
PlanManager.getAllPlans(java.lang.Class<T> planType)
Returns all Plan 's filtered by Class |
|
|
PlanManagerImpl.getAllPlans(java.lang.Class<T> planType)
|
|
|
PlanManager.getAllPlansByProject(Project project,
java.lang.Class<T> planType)
Returns all Plan 's filtered by Project and Class , including the plans
marked for deletion. |
|
|
PlanManagerImpl.getAllPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanManager.getAllPlansForClone(java.lang.Class<T> planType)
Returns all Plan 's filtered by Class
Return list filtered to show only plans the current user is allowed to clone. |
|
|
PlanManagerImpl.getAllPlansForClone(java.lang.Class<T> planType)
|
|
|
PlanHibernateDao.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
|
|
|
PlanManager.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
Returns a list of Plan s that are com.atlassian.bamboo.plan.Plan#markForDeletion() for the given type |
|
|
PlanDao.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
Returns a list of Plan s that are com.atlassian.bamboo.plan.Plan#markForDeletion() for the given type |
|
|
PlanManagerImpl.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanById(long id,
java.lang.Class<T> planType)
Returns a Plan by its id and Class |
|
|
PlanManagerImpl.getPlanById(long id,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
Returns a Plan by its PlanKey and Class |
|
|
PlanManagerImpl.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
PlanHibernateDao.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> aClass)
|
|
|
PlanManager.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
Returns a Plan by its planKey and Class |
|
|
PlanDao.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> aClass)
Return a Plan that matches the given key |
|
|
PlanManagerImpl.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByKeyIfOfType(PlanKey planKey,
java.lang.Class<T> planType)
Returns a Plan by its planKey and if it's of the type Class . |
|
|
PlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByKeyIfOfType(java.lang.String planKey,
java.lang.Class<T> planType)
Returns a Plan by its planKey and if it's of the type Class . |
|
|
PlanManagerImpl.getPlanByKeyIfOfType(java.lang.String planKey,
java.lang.Class<T> planType)
|
|
|
PlanHibernateDao.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
Returns a Plan from a project with the given plan name and Class
It is not possible to use this method if the planType parameter is a marker interface type such as Plan , Buildable or TopLevelPlan
since it is possible to have a Chain and a Job that share the same name. |
|
|
PlanDao.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
Returns a Plan from a project with the given plan name and Class
It is not possible to use this method if the planType parameter is a marker interface type such as Plan , Buildable or TopLevelPlan
since it is possible to have a Chain and a Job that share the same name. |
|
|
PlanManagerImpl.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanHibernateDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
Returns a Plan that matches the start of the given PlanKey and the full plan name |
|
|
PlanDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
Returns a Plan that matches the start of the given PlanKey and name |
|
|
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
Returns a Plan from a PlanResultKey and Class |
|
|
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
|
|
|
PlanHibernateDao.getPlanCount(java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanCount(java.lang.Class<T> planType)
How many plans filtered by Class currently exist |
|
|
PlanDao.getPlanCount(java.lang.Class<T> planType)
How many plans filtered by Class currently exist |
|
|
PlanManagerImpl.getPlanCount(java.lang.Class<T> planType)
|
|
|
PlanManager.getPlansByProject(Project project,
java.lang.Class<T> planType)
Returns all Plan 's filtered by Project and Class |
|
|
PlanManagerImpl.getPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanManager.getProjectPlanMap(java.lang.Class<T> planType,
boolean includeEmptyProjects)
Return mapping of Project to Plan of given type |
|
|
PlanManagerImpl.getProjectPlanMap(java.lang.Class<T> planType,
boolean includeEmptyProjects)
|
|
|
PlanManager.narrow(Plan plan,
java.lang.Class<T> aClass)
Deprecated. since 2.7 please use Narrow.to instead. |
|
|
PlanManagerImpl.narrow(Plan plan,
java.lang.Class<T> aClass)
Deprecated. |
Methods in com.atlassian.bamboo.plan that return Plan | |
---|---|
Plan |
PlanManager.getPlanById(long id)
Returns a Plan by its id |
Plan |
PlanManagerImpl.getPlanById(long id)
|
Plan |
PlanManager.getPlanByKey(PlanKey planKey)
Returns a Plan by its PlanKey |
Plan |
PlanManagerImpl.getPlanByKey(PlanKey planKey)
|
Plan |
PlanManager.getPlanByKey(java.lang.String planKey)
Returns a Plan by its planKey |
Plan |
PlanManagerImpl.getPlanByKey(java.lang.String planKey)
|
Plan |
PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
Returns a Plan by a PlanResultKey |
Plan |
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
|
Plan |
PlanHibernateDao.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
|
Plan |
PlanManager.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
Returns a Plan skeleton skeleton providing ONLY id and key, that matches the given key
This method should be used only for permission checking using Acegi
If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlan s |
Plan |
PlanDao.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
Return a Plan skeleton providing ONLY id and key, that matches the given key
This method should be used only for permission checking using Acegi
If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlan s |
Plan |
PlanManagerImpl.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
|
Methods in com.atlassian.bamboo.plan that return types with arguments of type Plan | |
---|---|
java.lang.Class<? extends Plan> |
PlanType.getClassType()
|
java.lang.Class<? extends Plan> |
PlanPermissionSkeleton.getPlanClass()
|
static com.google.common.base.Predicate<Plan> |
PlanPredicates.isCloverEnabled()
Get a predicate that returns true for Plans that are Clover enabled. |
static com.google.common.base.Predicate<Plan> |
PlanPredicates.isFavourite(LabelManager labelManager,
com.atlassian.user.User user)
Get a predicate that returns true for Plans that are marked as favourite for a given user. |
static com.google.common.base.Predicate<Plan> |
PlanPredicates.isSuspendedFromBuilding()
Get a predicate that returns true for Plans that are marked as suspended from building. |
static java.util.Comparator<Plan> |
PlanComparators.planKeyComparator()
|
Methods in com.atlassian.bamboo.plan with parameters of type Plan | ||
---|---|---|
int |
PlanFavouriteService.addFavourite(Plan plan,
com.atlassian.user.User user,
boolean honourManuallyUnmarked)
Mark plan as a favourite for a user. |
|
int |
PlanFavouriteServiceImpl.addFavourite(Plan plan,
com.atlassian.user.User user,
boolean honourManuallyUnmarked)
|
|
boolean |
PlanManager.assertPlanPermission(Plan plan)
Used to validate user permission for plan. |
|
boolean |
PlanManagerImpl.assertPlanPermission(Plan plan)
|
|
int |
AbstractPlan.compareTo(Plan plan)
|
|
void |
PlanManager.createPlan(Plan plan)
Same as savePlan, but create permissions used instead of edit permissions. |
|
void |
PlanManagerImpl.createPlan(Plan plan)
|
|
void |
PlanManager.deletePlan(Plan plan)
Removes the plan object from the database. |
|
void |
PlanManagerImpl.deletePlan(Plan plan)
|
|
boolean |
PlanExecutionManager.isBuildingAllowed(Plan plan)
Checks if a particular build is allowed to be built. |
|
boolean |
PlanExecutionManagerImpl.isBuildingAllowed(Plan plan)
|
|
boolean |
PlanFavouriteService.isFavourite(Plan plan,
com.atlassian.user.User user)
Test if plan is set as favourite for a user. |
|
boolean |
PlanFavouriteServiceImpl.isFavourite(Plan plan,
com.atlassian.user.User user)
|
|
boolean |
PlanExecutionPermitter.isPermittedToExecute(Plan plan,
ErrorCollection errorCollection)
Checks the given Plan s ConcurrentBuildConfigForPlan and the number of concurrently running Plan s to determine if the plan can be executed |
|
boolean |
AbstractPlanExecutionPermitter.isPermittedToExecute(Plan plan,
ErrorCollection errorCollection)
|
|
protected abstract boolean |
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(Plan plan,
ErrorCollection errorCollection)
|
|
boolean |
PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(Plan plan,
ErrorCollection errorCollection)
|
|
boolean |
ExecutionLimitsServiceImpl.isPermittedToExecuteImpl(Plan plan,
ErrorCollection errorCollection)
|
|
java.util.Map<PlanKey,PlanKey> |
PlanManager.movePlanToProject(Plan plan,
Project project,
java.lang.String newPlanKey,
java.lang.String newBuildName)
Moves plan to a selected project. |
|
java.util.Map<PlanKey,PlanKey> |
PlanManagerImpl.movePlanToProject(Plan plan,
Project project,
java.lang.String newPlanKey,
java.lang.String newBuildName)
|
|
|
PlanManager.narrow(Plan plan,
java.lang.Class<T> aClass)
Deprecated. since 2.7 please use Narrow.to instead. |
|
|
PlanManagerImpl.narrow(Plan plan,
java.lang.Class<T> aClass)
Deprecated. |
|
int |
PlanFavouriteService.removeFavourite(Plan plan,
com.atlassian.user.User user)
Remove plan from the user's favourite list and mark it "manually marked not favourite" |
|
int |
PlanFavouriteServiceImpl.removeFavourite(Plan plan,
com.atlassian.user.User user)
|
|
void |
PlanHibernateDao.save(Plan plan)
|
|
void |
PlanManager.savePlan(Plan plan)
Saves the Plan |
|
void |
PlanManagerImpl.savePlan(Plan plan)
|
|
void |
PlanManager.setPlanSuspendedState(Plan plan,
boolean newState)
Persists enable/disable state of a plan. |
|
void |
PlanManagerImpl.setPlanSuspendedState(Plan originalPlan,
boolean newState)
|
|
ExecutionRequestResult |
PlanExecutionManager.start(Plan plan,
BuildDetectionAction buildDetectionAction,
AcquisitionPolicy acquisitionPolicy)
Execute the Plan with the provided BuildDetectionAction and AcquisitionPolicy
Calls to this method will acquire a lock according to the AcquisitionPolicy on a per Plan granularity |
|
ExecutionRequestResult |
PlanExecutionManagerImpl.start(Plan plan,
BuildDetectionAction buildDetectionAction,
AcquisitionPolicy acquisitionPolicy)
|
|
ExecutionRequestResult |
PlanExecutionManager.startManualExecution(Plan plan,
com.atlassian.user.User user)
Attempts to start a manual execution of the given Plan |
|
ExecutionRequestResult |
PlanExecutionManagerImpl.startManualExecution(Plan plan,
com.atlassian.user.User user)
|
|
ExecutionRequestResult |
PlanExecutionManager.startManualExecution(Plan Plan,
com.atlassian.user.User user,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables)
Attempts to start a manual execution of the given Plan |
|
ExecutionRequestResult |
PlanExecutionManagerImpl.startManualExecution(Plan plan,
com.atlassian.user.User user,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables)
|
|
int |
PlanFavouriteService.toggleFavourite(Plan plan,
com.atlassian.user.User user)
Toggle the plan's favourite status for a user. |
|
int |
PlanFavouriteServiceImpl.toggleFavourite(Plan plan,
com.atlassian.user.User user)
|
|
void |
PlanManager.updateLatestVcsKey(Plan plan,
java.lang.String vcsRevisionKey)
Updates the build to the latest passed revision key |
|
void |
PlanManagerImpl.updateLatestVcsKey(Plan plan,
java.lang.String vcsRevisionKey)
|
|
void |
PlanManager.updateNamesAndDescription(java.lang.String projectName,
java.lang.String buildName,
java.lang.String description,
Plan plan)
Updates project and plan names and plan description. |
|
void |
PlanManagerImpl.updateNamesAndDescription(java.lang.String projectName,
java.lang.String buildName,
java.lang.String description,
Plan plan)
|
Constructor parameters in com.atlassian.bamboo.plan with type arguments of type Plan | |
---|---|
PlanPermissionSkeleton(long id,
java.lang.String planKey,
java.lang.Class<? extends Plan> planClass)
|
Uses of Plan in com.atlassian.bamboo.plan.artifact |
---|
Methods in com.atlassian.bamboo.plan.artifact with parameters of type Plan | |
---|---|
ArtifactDefinition |
ArtifactDefinitionManager.findArtifactDefinition(Plan plan,
java.lang.String label)
Get artifact definition associated with a plan of a given label |
ArtifactDefinition |
ArtifactDefinitionManagerImpl.findArtifactDefinition(Plan plan,
java.lang.String label)
|
java.util.List<ArtifactDefinition> |
ArtifactDefinitionManager.findArtifactDefinitionsByPlan(Plan plan)
Get list of artifact definitions associated with a plan |
java.util.List<ArtifactDefinition> |
ArtifactDefinitionManagerImpl.findArtifactDefinitionsByPlan(Plan plan)
|
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionHibernateDao.findArtifactSubscriptionOfPlan(Plan plan)
|
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionDao.findArtifactSubscriptionOfPlan(Plan plan)
Get list of artifact subscriptions associated with a plan |
ArtifactDefinition |
ArtifactDefinitionHibernateDao.findByName(Plan plan,
java.lang.String name)
|
ArtifactDefinition |
ArtifactDefinitionDao.findByName(Plan plan,
java.lang.String name)
Find artifact definition of a given name associated with a producer job. |
java.util.List<ArtifactDefinition> |
ArtifactDefinitionHibernateDao.findByProducer(Plan plan)
|
java.util.List<ArtifactDefinition> |
ArtifactDefinitionDao.findByProducer(Plan plan)
Get list of artifact definitions associated with a plan |
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManager.findSubscriptionsOfPlan(Plan plan)
Get list of artifact subscriptions associated with a plan |
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManagerImpl.findSubscriptionsOfPlan(Plan plan)
|
java.util.List<ArtifactSubscriptionSubstitutionAware> |
ArtifactSubscriptionManager.getSubscriptionsOfPlanSubstitutionAware(Plan plan)
|
java.util.List<ArtifactSubscriptionSubstitutionAware> |
ArtifactSubscriptionManagerImpl.getSubscriptionsOfPlanSubstitutionAware(Plan plan)
|
java.util.Collection<ArtifactDefinitionContext> |
ArtifactDefinitionManager.prepareDefinitionContexts(Plan plan)
Get list of 'lightweight' artifact definitions associated with a plan |
java.util.Collection<ArtifactDefinitionContext> |
ArtifactDefinitionManagerImpl.prepareDefinitionContexts(Plan plan)
|
java.util.List<ArtifactSubscriptionContext> |
ArtifactSubscriptionManager.prepareSubscriptionContexts(Plan plan,
PlanResultKey planResultKey)
|
java.util.List<ArtifactSubscriptionContext> |
ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(Plan plan,
PlanResultKey chainResultKey)
|
void |
ArtifactDefinitionManager.removeArtifactDefinitionsByPlan(Plan plan)
Remove all artifact definitions associated with a plan. |
void |
ArtifactDefinitionManagerImpl.removeArtifactDefinitionsByPlan(Plan plan)
|
int |
ArtifactSubscriptionHibernateDao.removeArtifactSubscriptionsByPlan(Plan plan)
|
int |
ArtifactSubscriptionDao.removeArtifactSubscriptionsByPlan(Plan plan)
Remove all artifact subscriptions associated with a plan. |
void |
ArtifactSubscriptionManager.removeArtifactSubscriptionsOfPlan(Plan plan)
Remove all artifact subscriptions for a plan |
void |
ArtifactSubscriptionManagerImpl.removeArtifactSubscriptionsOfPlan(Plan plan)
|
void |
ArtifactDefinitionHibernateDao.removeByProducer(Plan plan)
|
void |
ArtifactDefinitionDao.removeByProducer(Plan plan)
Remove all artifact definitions associated with a plan. |
Uses of Plan in com.atlassian.bamboo.plugin.module.ext |
---|
Methods in com.atlassian.bamboo.plugin.module.ext with parameters of type Plan | |
---|---|
void |
CustomBuildDefinitionGenerator.populateBuildDefinition(Plan plan,
java.util.Map<java.lang.String,java.lang.Object> configObjects,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map. |
Uses of Plan in com.atlassian.bamboo.plugin.web |
---|
Methods in com.atlassian.bamboo.plugin.web with parameters of type Plan | ||
---|---|---|
|
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan,
java.lang.Class<T> pluginClass)
Find all installed plugins of a given class. |
|
|
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan,
java.lang.Class<T> pluginClass)
|
|
|
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan,
java.lang.Class<T> pluginClass,
java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Find all installed plugins of a given class and module descriptor. |
|
|
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan,
java.lang.Class<T> pluginClass,
java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
|
|
|
PlanConfigurationUIPluginHelper.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan,
java.lang.Class<T> pluginClass)
Generate html page from all plugin edit fragments. |
|
|
PlanConfigurationPluginUIHelperImpl.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan,
java.lang.Class<T> pluginClass)
|
|
|
PlanConfigurationUIPluginHelper.getEditHtmlList(BuildConfiguration buildConfiguration,
Plan plan,
java.lang.Class<T> pluginClass,
java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html edit fragments for all plugins. |
|
|
PlanConfigurationPluginUIHelperImpl.getEditHtmlList(BuildConfiguration buildConfiguration,
Plan plan,
java.lang.Class<T> pluginClass,
java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
|
|
|
PlanConfigurationUIPluginHelper.getViewHtml(Plan plan,
java.lang.Class<T> pluginClass)
Generate html page from all plugin view fragments. |
|
|
PlanConfigurationPluginUIHelperImpl.getViewHtml(Plan plan,
java.lang.Class<T> pluginClass)
|
|
|
PlanConfigurationUIPluginHelper.getViewHtmlList(Plan plan,
java.lang.Class<T> pluginClass,
java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
Generate list of html view fragments for all plugins. |
|
|
PlanConfigurationPluginUIHelperImpl.getViewHtmlList(Plan plan,
java.lang.Class<T> pluginClass,
java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
|
Uses of Plan in com.atlassian.bamboo.plugins.hg |
---|
Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
HgRepository.getOtherPlansSharingCache(Plan current)
|
Methods in com.atlassian.bamboo.plugins.hg with parameters of type Plan | |
---|---|
java.util.List<Plan> |
HgRepository.getOtherPlansSharingCache(Plan current)
|
void |
HgRepository.performPostConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
BitbucketRepository.performPostConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
HgRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
BitbucketRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.plugins.maven.dependencies |
---|
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type Plan | |
---|---|
static AutomaticDependencyManagementConfig |
AutomaticDependencyManagementPlugin.getConfig(Plan plan)
|
void |
AutomaticDependencyManagementDeletionInterceptorAction.intercept(Plan plan)
|
boolean |
AutomaticDependencyManagementPlugin.isApplicableTo(Plan plan)
|
void |
AutomaticDependencyManagementPlugin.populateBuildDefinition(Plan plan,
java.util.Map<java.lang.String,java.lang.Object> configObjects,
BuildDefinition buildDefinition)
For Jobs it adds AutomaticDependencyManagementConfig object from a parent plan |
protected void |
AutomaticDependencyManagementPlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context,
BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
AutomaticDependencyManagementPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.plugins.rest.model.plan |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type Plan | |
---|---|
RestPlan(Plan plan,
boolean favourite,
javax.ws.rs.core.UriInfo uriInfo)
|
Uses of Plan in com.atlassian.bamboo.plugins.rest.util |
---|
Method parameters in com.atlassian.bamboo.plugins.rest.util with type arguments of type Plan | |
---|---|
static RestPlans |
RestHelper.createPaginatedPlanResponse(java.util.Collection<Plan> plans,
LabelManager labelManager,
com.atlassian.user.User user,
javax.ws.rs.core.UriInfo uriInfo)
|
Uses of Plan in com.atlassian.bamboo.project |
---|
Methods in com.atlassian.bamboo.project that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
Project.getPlans()
Returns all Plan associated with the Project . |
java.util.List<Plan> |
DefaultProject.getPlans()
|
Uses of Plan in com.atlassian.bamboo.repository |
---|
Methods in com.atlassian.bamboo.repository that return types with arguments of type Plan | |
---|---|
java.util.Collection<Plan> |
CacheDescription.getUsingPlans()
Collection of Plans that are currently configured to use this cache. |
java.util.Collection<Plan> |
CacheDescription.FileBased.getUsingPlans()
|
Methods in com.atlassian.bamboo.repository with parameters of type Plan | |
---|---|
java.lang.String |
AbstractRepository.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
AbstractRepository.getViewHtml(Plan plan)
|
Constructor parameters in com.atlassian.bamboo.repository with type arguments of type Plan | |
---|---|
CacheDescription.FileBased(java.io.File cacheDir,
java.lang.String description,
java.util.Collection<Plan> plans)
|
Uses of Plan in com.atlassian.bamboo.repository.perforce |
---|
Methods in com.atlassian.bamboo.repository.perforce with parameters of type Plan | |
---|---|
void |
PerforceRepository.performPostConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
PerforceRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.rest |
---|
Methods in com.atlassian.bamboo.rest that return Plan | |
---|---|
Plan |
GetRecentlyCompletedBuildResultsForBuild.getPlan()
|
Plan |
GetLatestBuildResults.getPlan()
|
Plan |
ExecuteBuild.getPlan()
|
Methods in com.atlassian.bamboo.rest that return types with arguments of type Plan | |
---|---|
java.util.Collection<? extends Plan> |
ListBuildNames.getPlans()
|
Methods in com.atlassian.bamboo.rest with parameters of type Plan | |
---|---|
protected void |
GetRecentlyCompletedBuildResultsForBuild.createResultsList(Plan plan)
|
protected java.lang.String |
AbstractRestPlanResults.errorMessage(Plan plan)
|
boolean |
ListBuildNames.isEnabled(Plan plan)
|
void |
GetLatestBuildResults.setPlan(Plan plan)
|
void |
ExecuteBuild.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary with type parameters of type Plan | ||
---|---|---|
|
ResultsSummaryDiscriminatorRegistry.getDiscriminatorsForPlanType(java.lang.Class<T> planType)
|
Methods in com.atlassian.bamboo.resultsummary that return Plan | |
---|---|
Plan |
BuildResultsSummaryForTesting.getPlan()
|
Plan |
ResultsSummary.getPlan()
Gets the Plan that this result belongs directly belongs to |
Plan |
AbstractResultsSummary.getPlan()
|
Methods in com.atlassian.bamboo.resultsummary with parameters of type Plan | ||
---|---|---|
ResultsSummary |
ResultsSummaryManager.findFirstFailedBuildResultBetween(Plan build,
int lowerBuildNumber,
int upperBuildNumber)
Finds the first failed build between the upper and lower build numbers inclusively. |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween(Plan build,
int lowerBuildNumber,
int upperBuildNumber)
|
|
java.util.List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForPlan(Plan plan)
Retrieves a list of LinkedJiraIssue linked to the given Plan |
|
java.util.List<LinkedJiraIssue> |
BuildResultsSummaryManagerImpl.findJiraIssuesForPlan(Plan plan)
|
|
ResultsSummary |
ResultsSummaryManager.findLastFailingBuildResultBefore(Plan build,
int buildNumber)
Finds the last failing BuildResultsSummary before buildNumber |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore(Plan build,
int buildNumber)
|
|
ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(Plan build,
int buildNumber)
Finds the last successful BuildResultsSummary before buildNumber |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(Plan build,
int buildNumber)
|
|
java.util.List<BuildResultsSummary> |
BuildResultsSummaryManager.getAllBuildResultsSummaries(Plan plan)
Returns all BuildResultsSummary for the passed Plan . |
|
java.util.List<BuildResultsSummary> |
BuildResultsSummaryManagerImpl.getAllBuildResultsSummaries(Plan plan)
|
|
|
BuildResultsSummaryHibernateDao.getAllResultSummariesForPlan(Plan plan)
|
|
|
ResultsSummaryManager.getAllResultSummariesForPlan(Plan plan)
Deprecated. use ResultsSummaryManager.getResultSummaries(ResultsSummaryCriteria) |
|
|
BuildResultsSummaryDao.getAllResultSummariesForPlan(Plan plan)
Get all the ResultsSummary s for the given Plan |
|
|
BuildResultsSummaryManagerImpl.getAllResultSummariesForPlan(Plan plan)
|
|
long |
ResultsSummaryManager.getAveragePlanExecutionDuration(Plan plan,
int numberOfResults)
Get average duration from n last results summaries in finished state for a plan. |
|
long |
BuildResultsSummaryManagerImpl.getAveragePlanExecutionDuration(Plan plan,
int numberOfResults)
|
|
BuildResultsSummary |
BuildResultsSummaryHibernateDao.getFirstBuildSummary(Plan plan)
|
|
BuildResultsSummary |
BuildResultsSummaryManager.getFirstBuildSummary(Plan plan)
Retreives the first result |
|
BuildResultsSummary |
BuildResultsSummaryDao.getFirstBuildSummary(Plan plan)
Returns the first available BuildResultsSummary for the given Build |
|
BuildResultsSummary |
BuildResultsSummaryManagerImpl.getFirstBuildSummary(Plan plan)
|
|
java.util.List<LinkedJiraIssue> |
BuildResultsSummaryHibernateDao.getJiraIssuesForBuild(Plan plan)
|
|
java.util.List<LinkedJiraIssue> |
BuildResultsSummaryDao.getJiraIssuesForBuild(Plan plan)
Retrieves a list of LinkedJiraIssue that are linked to the given build. |
|
BuildResultsSummary |
BuildResultsSummaryManager.getLastBuildSummary(Plan plan)
Retrieves the last completed build result for a plan |
|
BuildResultsSummary |
BuildResultsSummaryManagerImpl.getLastBuildSummary(Plan plan)
|
|
java.util.List<ResultsSummary> |
ResultsSummaryManager.getLastNFailedResultsSummaries(Plan build,
int numberOfResults)
Returns the most recent n failed build results. |
|
java.util.List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getLastNFailedResultsSummaries(Plan plan,
int numberOfResults)
|
|
java.util.List<ResultsSummary> |
ResultsSummaryManager.getLastNResultsSummaries(Plan plan,
int numberOfResults)
Provides a list of the latest N results summaries for the given plan, newest first. |
|
java.util.List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getLastNResultsSummaries(Plan plan,
int numberOfResults)
|
|
java.util.List<ResultsSummary> |
BuildResultsSummaryHibernateDao.getNeighbouringSummaries(Plan plan,
int currentBuildNumber)
|
|
java.util.List<ResultsSummary> |
ResultsSummaryManager.getNeighbouringSummaries(Plan plan,
int buildNumber)
Returns all the ResultsSummary objects that matches the passed build numbers |
|
java.util.List<ResultsSummary> |
BuildResultsSummaryDao.getNeighbouringSummaries(Plan plan,
int currentBuildNumber)
Returns build results "around" given build number |
|
java.util.List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getNeighbouringSummaries(Plan plan,
int buildNumber)
|
|
long |
BuildResultsSummaryHibernateDao.getNumberOfFinalizedResults(Plan plan)
Get number of the ResultsSummary s or LifeCycleState.NOT_BUILT state for the given Plan |
|
long |
ResultsSummaryManager.getNumberOfFinalizedResults(Plan plan)
Get number of the ResultsSummary s in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state for the given Plan |
|
long |
BuildResultsSummaryDao.getNumberOfFinalizedResults(Plan plan)
Get number of the ResultsSummary s in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state for the given Plan |
|
long |
BuildResultsSummaryManagerImpl.getNumberOfFinalizedResults(Plan plan)
|
|
long |
BuildResultsSummaryHibernateDao.getNumberOfFinishedResults(Plan plan)
|
|
long |
ResultsSummaryManager.getNumberOfFinishedResults(Plan plan)
Get number of the ResultsSummary s in LifeCycleState.FINISHED state for the given Plan |
|
long |
BuildResultsSummaryManager.getNumberOfFinishedResults(Plan build)
|
|
long |
BuildResultsSummaryDao.getNumberOfFinishedResults(Plan build)
Returns the number of finished results available for the given Build |
|
long |
BuildResultsSummaryManagerImpl.getNumberOfFinishedResults(Plan plan)
|
|
|
BuildResultsSummaryHibernateDao.getResultSummariesForPlan(Plan plan,
int firstResult,
int maxResults)
|
|
|
ResultsSummaryManager.getResultSummariesForPlan(Plan plan,
int firstResult,
int maxResults)
Get the ResultsSummary s for the given Plan in any LifeCycleState . |
|
|
BuildResultsSummaryDao.getResultSummariesForPlan(Plan plan,
int firstResult,
int maxResults)
Get the ResultsSummary s for the given Plan . |
|
|
BuildResultsSummaryManagerImpl.getResultSummariesForPlan(Plan plan,
int firstResult,
int maxResults)
|
|
|
BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
|
|
|
ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the ResultsSummary s for the given Plan in give LifeCycleState that are Results are sorted by build number (descending). |
|
|
BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the ResultsSummary s for the given Plan in give LifeCycleState that are Results are
sorted by build number (descending). |
|
|
BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
|
|
void |
ResultsSummaryManager.removeArtifacts(Plan plan,
int buildNumber)
Remove any artifacts stored for this plan result |
|
void |
BuildResultsSummaryManagerImpl.removeArtifacts(Plan plan,
int buildNumber)
|
|
void |
ResultsSummaryManager.removeBuildLogs(Plan plan,
int buildNumber)
Remove any build logs stored for this plan result |
|
void |
BuildResultsSummaryManagerImpl.removeBuildLogs(Plan plan,
int buildNumber)
|
|
int |
ResultsSummaryManager.removeResultsSummariesForPlan(Plan plan)
Remove all resultSummary objects for the given plan. |
|
int |
BuildResultsSummaryManagerImpl.removeResultsSummariesForPlan(Plan plan)
|
|
void |
ResultsSummaryManager.removeResultSummary(Plan plan,
int buildNumber)
Remove plan result summary and all associated objects. |
|
void |
BuildResultsSummaryManagerImpl.removeResultSummary(Plan plan,
int buildNumber)
|
Uses of Plan in com.atlassian.bamboo.resultsummary.tests |
---|
Methods in com.atlassian.bamboo.resultsummary.tests that return Plan | |
---|---|
Plan |
TestClass.getPlan()
Get the plan that this test class belongs to |
Plan |
TestClassImpl.getPlan()
|
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan | |
---|---|
TestClass |
TestClass.copyTestClass(Plan plan)
Creates a copy of the TestClass . |
TestClass |
TestClassImpl.copyTestClass(Plan plan)
|
void |
TestsManager.copyTestResultsToBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> oldTests)
Converts a set of test results to a list of TestClassResults and attaches them to the BRS. |
void |
TestsManagerImpl.copyTestResultsToBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> oldTests)
|
java.util.List<TestCase> |
TestsManager.getLongestRunningTestCases(Plan plan)
Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first) |
java.util.List<TestCase> |
TestsManagerImpl.getLongestRunningTestCases(Plan plan)
|
java.util.List<TestCase> |
TestsHibernateDao.getLongestRunningTestCasesForPlan(Plan plan)
|
java.util.List<TestCase> |
TestsDao.getLongestRunningTestCasesForPlan(Plan plan)
Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first) |
java.util.List<Pair<TestCase,java.lang.Float>> |
TestsManager.getLongestToFixTestCases(Plan plan)
Retrieve a list of the test cases that have taken the longest amount of time to fix. |
java.util.List<Pair<TestCase,java.lang.Float>> |
TestsManagerImpl.getLongestToFixTestCases(Plan plan)
|
java.util.List<Pair<java.lang.Long,java.lang.Float>> |
TestsHibernateDao.getLongestToFixTestCasesForPlan(Plan plan)
|
java.util.List<Pair<java.lang.Long,java.lang.Float>> |
TestsDao.getLongestToFixTestCasesForPlan(Plan plan)
Retrieve a list of the test cases that have taken the longest amount of time to fix. |
java.util.List<Pair<TestCase,java.lang.Integer>> |
TestsManager.getMostFailingTestCases(Plan plan)
Provide a list of the top 10 most failing test cases for a plan. |
java.util.List<Pair<TestCase,java.lang.Integer>> |
TestsManagerImpl.getMostFailingTestCases(Plan plan)
|
java.util.List<Pair<java.lang.Long,java.lang.Integer>> |
TestsHibernateDao.getMostFailingTestCasesForPlan(Plan plan)
|
java.util.List<Pair<java.lang.Long,java.lang.Integer>> |
TestsDao.getMostFailingTestCasesForPlan(Plan plan)
Provide a list of the top 10 most failing test cases for a plan. |
java.util.List<TestClass> |
TestsHibernateDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plab |
java.util.List<TestClass> |
TestsDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plan |
int |
TestsManager.removeResultsByPlan(Plan plan)
Remove all TestClassResult objects referenced by ResultsSummary objects identified by planKey |
int |
TestsManagerImpl.removeResultsByPlan(Plan plan)
|
void |
TestsManager.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> successfulTests)
|
void |
TestsManagerImpl.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> successfulTests)
|
java.util.List<TestClass> |
UpgradeTestsManager.retrieveTestClassesForPlan(Plan plan)
|
protected void |
TestClassImpl.setPlan(Plan plan)
|
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan | |
---|---|
TestClassImpl(java.lang.String name,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.schedule |
---|
Methods in com.atlassian.bamboo.schedule that return Plan | |
---|---|
Plan |
PlanSchedulerCallback.getPlan()
|
Methods in com.atlassian.bamboo.schedule with parameters of type Plan | |
---|---|
void |
PlanScheduler.createSchedulingJobs(Plan plan)
Creates Scheduling Jobs for the given Plan |
void |
DefaultPlanScheduler.createSchedulingJobs(Plan plan)
|
void |
PlanScheduler.removeSchedulingJobs(Plan plan)
Removes Scheduling Jobs for the given Plan |
void |
DefaultPlanScheduler.removeSchedulingJobs(Plan plan)
|
protected abstract void |
PlanSchedulerCallback.run(Plan plan)
|
Constructors in com.atlassian.bamboo.schedule with parameters of type Plan | |
---|---|
PlanSchedulerCallback(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.session |
---|
Methods in com.atlassian.bamboo.session that return Plan | |
---|---|
Plan |
BambooSession.getPlan()
|
Plan |
BambooSession.getPlan(Plan defaultPlan)
|
Methods in com.atlassian.bamboo.session with parameters of type Plan | |
---|---|
Plan |
BambooSession.getPlan(Plan defaultPlan)
|
void |
BambooSession.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.utils |
---|
Methods in com.atlassian.bamboo.utils with type parameters of type Plan | ||
---|---|---|
protected
|
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager,
PlanKey planKey,
java.lang.Class<T> planClass)
|
Methods in com.atlassian.bamboo.utils that return Plan | |
---|---|
protected Plan |
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager,
PlanKey planKey)
|
protected Plan |
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager,
java.lang.String planKey)
|
Methods in com.atlassian.bamboo.utils that return types with arguments of type Plan | |
---|---|
static com.google.common.collect.Ordering<Plan> |
Comparators.getPlanNameProviderCaseInsensitiveOrdering()
This method will be slower than Comparators.getTopLevelPlanNameProviderCaseInsensitiveOrdering() so consider using that
instead. |
static com.google.common.base.Predicate<Plan> |
BambooPredicates.planHasBuilderOfKey(java.lang.String builderKey)
Deprecated. |
Uses of Plan in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build with parameters of type Plan | |
---|---|
java.lang.String |
RenderableBuildConfiguration.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Returns HTML that represents the form fragment for editing the repository. |
java.lang.String |
BaseBuildConfigurationAwarePlugin.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
RenderableBuildConfiguration.getViewHtml(Plan plan)
Returns the HTML that represents the view of the repository configuration |
java.lang.String |
BaseBuildConfigurationAwarePlugin.getViewHtml(Plan plan)
|
protected void |
BaseBuildConfigurationAwarePlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context,
BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
BaseBuildConfigurationAwarePlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan plan)
|
Constructors in com.atlassian.bamboo.v2.build with parameters of type Plan | |
---|---|
BuildContextImpl(Plan buildPlan,
int buildNumber,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges)
|
|
BuildContextImpl(Plan buildPlan,
int buildNumber,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges,
BuildContext parentBuildContext,
ArtifactContext artifactContext,
VariableContext variableContext)
|
|
BuildContextImpl(Plan buildPlan,
int buildNumber,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges,
VariableContext variableContext)
|
Uses of Plan in com.atlassian.bamboo.v2.build.configuration |
---|
Methods in com.atlassian.bamboo.v2.build.configuration with parameters of type Plan | |
---|---|
boolean |
BuildConfigurationUIPlugin.isApplicableTo(Plan plan)
Checks if the plugin is applicable to a plan. |
Uses of Plan in com.atlassian.bamboo.v2.build.dependencies |
---|
Methods in com.atlassian.bamboo.v2.build.dependencies that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
DependencyTreeBuilder.getDirectParents(Plan build)
Visits all the parent Build for the give build and returns its direct linage in topological order |
java.util.List<Plan> |
DependencyTreeBuilderImpl.getDirectParents(Plan plan)
|
Methods in com.atlassian.bamboo.v2.build.dependencies with parameters of type Plan | |
---|---|
org.codehaus.plexus.util.dag.DAG |
DependencyTreeBuilder.getDirectDependencyGraph(Plan build)
Calculates the direct dependency graph for a particular build |
org.codehaus.plexus.util.dag.DAG |
DependencyTreeBuilderImpl.getDirectDependencyGraph(Plan plan)
|
java.util.List<Plan> |
DependencyTreeBuilder.getDirectParents(Plan build)
Visits all the parent Build for the give build and returns its direct linage in topological order |
java.util.List<Plan> |
DependencyTreeBuilderImpl.getDirectParents(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.v2.build.repository |
---|
Methods in com.atlassian.bamboo.v2.build.repository with parameters of type Plan | |
---|---|
void |
PostConfigurableRepository.performPostConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Allows any other configuration to be performed after another repository has been created. |
void |
PostConfigurableRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration,
Plan plan)
Allows any other configuration to be performed after this repository has been created |
Uses of Plan in com.atlassian.bamboo.v2.build.trigger |
---|
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type Plan | |
---|---|
static DependencyBlockingStrategy |
DependencyBlockingStrategy.getStrategy(Plan plan)
Get strategy for build |
static void |
DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy,
Plan plan)
Set strategy for build |
Method parameters in com.atlassian.bamboo.v2.build.trigger with type arguments of type Plan | |
---|---|
boolean |
DependencyBlockingManager.isBlockedFromBuilding(java.lang.String buildKey,
java.util.Set<Plan> siblings)
Checks if build should be blocked, and executes any parent builds if required. |
boolean |
DefaultDependencyBlockingManager.isBlockedFromBuilding(java.lang.String buildKey,
java.util.Set<Plan> plansBeingTriggered)
|
Uses of Plan in com.atlassian.bamboo.v2.trigger |
---|
Fields in com.atlassian.bamboo.v2.trigger declared as Plan | |
---|---|
protected Plan |
AbstractDependentDetectionAction.parentPlan
|
protected Plan |
AbstractDependentDetectionAction.plan
|
Methods in com.atlassian.bamboo.v2.trigger with parameters of type Plan | |
---|---|
BuildChanges |
ChangeDetectionManager.collectChangesBetween(Plan plan,
RepositoryV2 repository,
java.lang.String fromVcsRevisionKey,
java.lang.String toVcsRevisionKey)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred between
the fromVcsRevisionKey to toVcsRevisionKey |
BuildChanges |
DefaultChangeDetectionManager.collectChangesBetween(Plan plan,
RepositoryV2 repository,
java.lang.String fromVcsRevisionKey,
java.lang.String toVcsRevisionKey)
|
BuildChanges |
ChangeDetectionManager.collectChangesSinceLastBuild(Plan plan,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred since the
lastVcsRevisionKey to the current latest found on the repository |
BuildChanges |
DefaultChangeDetectionManager.collectChangesSinceLastBuild(Plan plan,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey)
|
BuildChanges |
ChangeDetectionManager.collectChangesSinceLastBuild(Plan plan,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred since the
lastVcsRevisionKey to the current latest found on the repository. |
BuildChanges |
DefaultChangeDetectionManager.collectChangesSinceLastBuild(Plan plan,
RepositoryV2 repository,
java.lang.String lastVcsRevisionKey,
java.util.Map<java.lang.String,java.lang.String> customVariableValues)
|
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type Plan | |
---|---|
AbstractDependentDetectionAction(Plan plan,
Plan parentPlan,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager)
|
|
ChildDependencyBuildDetectionAction(Plan plan,
Plan child,
BuildNumberGeneratorService buildNumberGenerator,
TriggerReasonManager triggerReasonManager,
BuildChanges buildChanges,
ErrorUpdateHandler errorUpdateHandler)
|
|
DependentBuildDetectionAction(Plan plan,
Plan parentPlan,
BuildContext completedBuildContext,
ErrorUpdateHandler errorUpdateHandler,
TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager,
BuildNumberGeneratorService buildNumberGeneratorService,
BuildLoggerManager buildLoggerManager)
|
|
ManualBuildDetectionAction(Plan plan,
com.atlassian.user.User user,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> variables,
BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerReasonManager triggerReasonManager,
ErrorUpdateHandler errorUpdateHandler,
VariableDefinitionManager variableDefinitionManager)
|
Uses of Plan in com.atlassian.bamboo.variable |
---|
Methods in com.atlassian.bamboo.variable that return Plan | |
---|---|
Plan |
VariableDefinition.getPlan()
|
Plan |
VariableDefinitionImpl.getPlan()
|
Methods in com.atlassian.bamboo.variable with parameters of type Plan | |
---|---|
VariableDefinition |
VariableDefinitionFactory.createPlanVariable(Plan plan,
java.lang.String key,
java.lang.String value)
Create plan variable definition |
VariableDefinition |
VariableDefinitionFactoryImpl.createPlanVariable(Plan plan,
java.lang.String key,
java.lang.String value)
|
void |
VariableDefinitionManager.deleteVariablesForPlan(Plan plan)
Removes variable definitions form specified plan |
void |
VariableDefinitionManagerImpl.deleteVariablesForPlan(Plan plan)
|
VariableDefinition |
VariableDefinitionHibernateDao.findPlanVariableByKey(Plan plan,
java.lang.String key)
|
VariableDefinition |
VariableDefinitionDao.findPlanVariableByKey(Plan plan,
java.lang.String key)
Find plan variable by its key |
java.util.List<VariableDefinition> |
VariableDefinitionHibernateDao.findVariablesByPlan(Plan plan)
|
java.util.List<VariableDefinition> |
VariableDefinitionDao.findVariablesByPlan(Plan plan)
Find plan variable definitions for a given plan |
java.util.List<VariableDefinition> |
VariableDefinitionManager.getGlobalNotOverriddenVariables(Plan plan)
Get list of all global variables that are not overridden by plan variables for a given plan |
java.util.List<VariableDefinition> |
VariableDefinitionManagerImpl.getGlobalNotOverriddenVariables(Plan plan)
|
java.util.List<VariableDefinition> |
VariableDefinitionManager.getPlanVariables(Plan plan)
Get list of plan variables associated with a given plan |
java.util.List<VariableDefinition> |
VariableDefinitionManagerImpl.getPlanVariables(Plan plan)
|
java.util.Map<java.lang.String,VariableDefinitionContext> |
VariableDefinitionManager.getVariableDefinitionMap(Plan plan,
java.util.Map<java.lang.String,java.lang.String> manualVariables)
Prepare effective variables map - variables are set and optionally overridden (if set in later stage) in following order global plan job (if will be supported) manual |
java.util.Map<java.lang.String,VariableDefinitionContext> |
VariableDefinitionManagerImpl.getVariableDefinitionMap(Plan plan,
java.util.Map<java.lang.String,java.lang.String> manualVariables)
|
void |
VariableDefinition.setPlan(Plan plan)
|
void |
VariableDefinitionImpl.setPlan(Plan plan)
|
void |
CustomVariableContext.setPlan(Plan plan,
java.util.Map<java.lang.String,VariableDefinitionContext> variablesContextMap)
|
void |
CustomVariableContextImpl.setPlan(Plan plan,
java.util.Map<java.lang.String,VariableDefinitionContext> variablesContextMap)
|
void |
VariableValidationService.validateIdForPlanVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
Plan expectedPlan)
Validate if id identifies plan variable of a given plan |
void |
VariableValidationServiceImpl.validateIdForPlanVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
Plan expectedPlan)
|
Uses of Plan in com.atlassian.bamboo.webrepository |
---|
Methods in com.atlassian.bamboo.webrepository with parameters of type Plan | |
---|---|
java.lang.String |
NoWebRepositoryViewer.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
NoWebRepositoryViewer.getViewHtml(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2 |
---|
Methods in com.atlassian.bamboo.ww2 with parameters of type Plan | |
---|---|
boolean |
BambooActionSupport.hasPlanPermission(java.lang.String permission,
Plan plan)
|
boolean |
FreemarkerContext.isFavourite(Plan plan,
javax.servlet.http.HttpServletRequest request)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions |
---|
Methods in com.atlassian.bamboo.ww2.actions that return Plan | |
---|---|
Plan |
PlanActionSupport.getPlan()
|
Methods in com.atlassian.bamboo.ww2.actions with parameters of type Plan | |
---|---|
void |
PlanActionSupport.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin that return Plan | |
---|---|
Plan |
ImportMavenPlanAction.getPlan()
|
Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type Plan | |
---|---|
void |
ImportMavenPlanAction.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.admin.bulk |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
BulkPlanAction.getSelectedPlans()
|
java.util.List<? extends Plan> |
BulkPlanAction.getSortedPlans(Project project)
|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type Plan | |
---|---|
boolean |
UpdateWebUrlBulkAction.isApplicable(Plan plan)
|
boolean |
UpdateSvnUrlBulkAction.isApplicable(Plan plan)
|
boolean |
UpdateSvnCredentialsBulkAction.isApplicable(Plan plan)
|
boolean |
UpdateCvsRootCredentialsBulkAction.isApplicable(Plan plan)
|
boolean |
UpdateCvsModuleBulkAction.isApplicable(Plan plan)
|
boolean |
ManualBuildBulkAction.isApplicable(Plan plan)
|
boolean |
BulkActionScope.isApplicable(Plan plan)
Returns whether or not a plan is applicable for a certain bulk action, eg. |
boolean |
AbstractNotificationBulkAction.isApplicable(Plan plan)
|
void |
UpdateWebUrlBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
UpdateSvnUrlBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
UpdateSvnCredentialsBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
UpdateCvsRootCredentialsBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
UpdateCvsModuleBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
ManualBuildBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
BulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
Provides possibility to populate action parameters before executing bulk action. |
void |
AbstractNotificationBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Plan | |
---|---|
java.util.List<? extends Plan> |
MoveBuilds.getSortedPlans(Project project)
|
java.util.List<? extends Plan> |
DeleteBuilds.getSortedPlans(Project project)
|
java.util.List<? extends Plan> |
BulkEditBuildPermissions.getSortedPlans(Project project)
|
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type Plan | |
---|---|
java.util.List<Job> |
DeleteBuilds.getJobsToConfirm(Plan plan)
|
boolean |
MoveBuilds.isApplicable(Plan plan)
|
boolean |
DeleteBuilds.isApplicable(Plan plan)
|
boolean |
BulkEditBuildPermissions.isApplicable(Plan plan)
|
Uses of Plan 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 Plan | |
---|---|
java.util.List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedFinalisingTaskDefinitions(Plan plan)
|
java.util.List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedTaskDefinitions(Plan plan)
|
protected TaskDefinition |
ConfigureBuildTasks.getTaskById(Plan plan,
long id)
|
java.lang.String |
TaskUIConfigBean.prepareCreateHtml(Plan plan,
TaskModuleDescriptor taskDescriptor,
TaskRenderMode renderMode)
|
java.lang.String |
TaskUIConfigBean.prepareEditHtml(Plan plan,
TaskModuleDescriptor taskDescriptor,
TaskDefinition taskDefinition,
TaskRenderMode renderMode)
|
java.lang.String |
TaskUIConfigBean.prepareViewHtml(Plan plan,
TaskDefinition taskDefinition)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin.create |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return Plan | |
---|---|
Plan |
CreateChain.getPlan()
|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type Plan | |
---|---|
void |
CreateChain.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.chains |
---|
Methods in com.atlassian.bamboo.ww2.actions.chains that return Plan | |
---|---|
Plan |
CreateJob.getPlan()
|
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type Plan | |
---|---|
void |
CreateJob.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.labels |
---|
Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type Plan | |
---|---|
boolean |
SetFavouriteAction.isFavourite(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.plans.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.plans.admin with parameters of type Plan | |
---|---|
java.lang.Iterable<DependenciesBuildConfigurationPlugin> |
ConfigurePlanDependencies.getDependenciesBuildConfigurationPluginsForPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.project |
---|
Methods in com.atlassian.bamboo.ww2.actions.project with parameters of type Plan | |
---|---|
boolean |
ViewProject.isFavourite(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.aware |
---|
Methods in com.atlassian.bamboo.ww2.aware that return Plan | |
---|---|
Plan |
PlanAware.getPlan()
|
Methods in com.atlassian.bamboo.ww2.aware with parameters of type Plan | |
---|---|
void |
PlanAware.setPlan(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.beans |
---|
Methods in com.atlassian.bamboo.ww2.beans with parameters of type Plan | |
---|---|
static DecoratedPlan |
DecoratedPlan.decoratePlan(Plan plan)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |