|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Plan in com.atlassian.bamboo.build |
---|
Subinterfaces of Plan in com.atlassian.bamboo.build | |
---|---|
interface |
Buildable
|
interface |
Job
|
Classes in com.atlassian.bamboo.build that implement Plan | |
---|---|
class |
BuildObjectForTests
Deprecated. |
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()
Deprecated. |
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()
Deprecated. |
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)
|
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)
|
protected int |
ViewNextBuildResults.getNextBuildNumber(Plan plan,
int currentBuildNumber)
Return the next build to the given currentBuildNumber. |
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 newBuildConfiguration)
|
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 newBuildDefinition)
|
void |
CachedBuildDefinitionManagerImpl.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
|
void |
PlanDependencyImpl.setChildPlan(Plan childPlan)
|
void |
BuildObjectForTests.setMaster(Plan master)
Deprecated. |
void |
DefaultJob.setMaster(Plan master)
|
void |
PlanDependencyImpl.setParentPlan(Plan parentPlan)
|
void |
BuildObjectForTests.setPlan(Plan build)
Deprecated. |
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)
|
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 | |
---|---|
void |
ChainCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
ChainBranchCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected abstract void |
PlanCreationTemplate.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Clean build configuration for saving. |
void |
JobCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
ChainCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
void |
ChainBranchCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
|
protected void |
PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone,
PlanCreationBean planCreationBean,
java.lang.String planOwner)
|
java.util.List<PlanRepositoryLink> |
RepositoryConfigHelper.extractRepositoriesFromConfiguration(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated. since 3.3 to be removed as soon as possible - created only as temporary hack to make plan creation work |
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 |
BuildStrategyConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
Plan plan)
|
protected abstract void |
PlanCreationTemplate.performPostCreateAction(Plan plan)
Perform plan specific actions that need to be run immediately after plan creation. |
protected void |
JobCreationService.performPostCreateAction(Plan plan)
|
protected void |
ChainCreationServiceImpl.performPostCreateAction(Plan plan)
|
protected void |
ChainBranchCreationServiceImpl.performPostCreateAction(Plan plan)
|
protected abstract void |
PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
Prepare build configuration for saving. |
protected void |
JobCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
|
protected void |
ChainCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
|
protected void |
ChainBranchCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration,
Plan plan,
PlanCreationBean planCreationBean)
|
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 |
ChainCreationServiceImpl.preparePlanDetails(Plan plan,
ActionParametersMap params)
|
protected void |
ChainBranchCreationServiceImpl.preparePlanDetails(Plan planBranch,
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 |
ChainCreationServiceImpl.saveAndUpdateParents(Plan plan)
|
protected void |
ChainBranchCreationServiceImpl.saveAndUpdateParents(Plan plan)
|
protected abstract void |
PlanCreationTemplate.setFullPlanKey(Plan plan)
Set the full key for this plan |
void |
JobCreationService.setFullPlanKey(Plan plan)
|
protected void |
ChainCreationServiceImpl.setFullPlanKey(Plan plan)
|
protected void |
ChainBranchCreationServiceImpl.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.expirePlan(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.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 | |
---|---|
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
Mutable version of ImmutableChain . |
Classes in com.atlassian.bamboo.chains that implement Plan | |
---|---|
class |
DefaultChain
|
Methods in com.atlassian.bamboo.chains with parameters of type Plan | |
---|---|
void |
DefaultChain.setMaster(Plan master)
|
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,
java.lang.String series)
|
|
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,
java.lang.String seriesLabel)
|
|
CombinedBuildSummaryByBuildChart(int height,
int width,
Plan plan,
java.util.List<? extends ResultsSummary> filteredResults,
com.atlassian.core.i18n.I18nTextProvider i18n)
|
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.configuration.agent |
---|
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
ViewAgentPlanMatrix.getSelectedPlans()
|
Methods in com.atlassian.bamboo.configuration.agent with parameters of type Plan | |
---|---|
java.util.Collection<Job> |
ViewAgentPlanMatrix.getBuildablesForPlan(Plan plan)
|
boolean |
ViewAgentPlanMatrixWizard.isApplicable(Plan plan)
|
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)
|
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.hasPlanLabel(Plan plan,
java.lang.String label)
Checks whether the build results summary has a particular label |
boolean |
LabelManagerImpl.hasPlanLabel(Plan plan,
java.lang.String label)
|
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 |
---|
Methods in com.atlassian.bamboo.migration with parameters of type Plan | |
---|---|
java.lang.String |
XmlMigrator.exportPlanXml(Plan plan)
|
java.lang.String |
ImportExportManagerImpl.planExport(Plan plan)
|
java.lang.String |
ImportExportManager.planExport(Plan plan)
Returns XML representation of a Plan and its Project |
Uses of Plan in com.atlassian.bamboo.migration.plan |
---|
Methods in com.atlassian.bamboo.migration.plan with type parameters of type Plan | ||
---|---|---|
|
PlanManagerDecorator.getAllPlans(java.lang.Class<T> planType)
|
|
|
RiggedPlanManager.getAllPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getAllPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanById(long id,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByKeyIfOfType(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByKeyIfOfType(java.lang.String planKey,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanCount(java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getPlanIdentifiersForProject(ProjectIdentifier project,
java.lang.Class<T> planType,
boolean includeMarkedForDeletion)
|
|
|
PlanManagerDecorator.getPlansByProject(Project project,
java.lang.Class<T> planType)
|
|
|
PlanManagerDecorator.getProjectPlanMap(java.lang.Class<T> planType,
boolean includeEmptyProjects)
|
Methods in com.atlassian.bamboo.migration.plan that return Plan | |
---|---|
Plan |
PlanManagerDecorator.getPlanById(long id)
|
Plan |
PlanManagerDecorator.getPlanByKey(PlanKey planKey)
|
Plan |
PlanManagerDecorator.getPlanByKey(java.lang.String planKey)
|
Plan |
PlanManagerDecorator.getPlanByResultKey(PlanResultKey planResultKey)
|
Methods in com.atlassian.bamboo.migration.plan that return types with arguments of type Plan | |
---|---|
java.lang.Class<? extends Plan> |
PlanManagerDecorator.getPlanClass(PlanKey planKey)
|
Methods in com.atlassian.bamboo.migration.plan with parameters of type Plan | |
---|---|
void |
PlanManagerDecorator.createPlan(Plan plan)
|
void |
PlanManagerDecorator.deletePlan(Plan plan)
|
java.util.Map<PlanKey,PlanKey> |
PlanManagerDecorator.movePlanToProject(Plan plan,
Project project,
java.lang.String newPlanKey,
java.lang.String newBuildName)
|
void |
PlanManagerDecorator.savePlan(Plan plan)
|
void |
PlanManagerDecorator.setPlanSuspendedState(Plan plan,
boolean newState)
|
void |
PlanManagerDecorator.updateNamesAndDescription(java.lang.String projectName,
java.lang.String buildName,
java.lang.String description,
Plan plan)
|
Constructors in com.atlassian.bamboo.migration.plan with parameters of type Plan | |
---|---|
RiggedPlanManager(PlanManager planManager,
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. |
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 | |
---|---|
java.util.Set<NotificationRule> |
NotificationManagerImpl.getNotificationRules(Plan 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 |
AbstractChain
|
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)
|
|
|
FilteringPlanManager.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)
Deprecated. since 4.0 implementation no longer guarantees exception on using the method with incorrect planType parameter but throws only when the result is not unique. Use: PlanManager.isChainNameConflicting(java.lang.String, long, java.lang.String) |
|
|
PlanDao.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
Deprecated. since 4.0 implementation no longer guarantees exception on using the method with incorrect planType parameter but only when the result is not unique. Use: PlanDao#isPlanNameConflicting(String, String) |
|
|
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)
|
|
|
PlanHibernateDao.getPlanIdentifiersForProject(ProjectIdentifier project,
java.lang.Class<T> planType,
boolean includeMarkedForDeletion)
|
|
|
PlanManager.getPlanIdentifiersForProject(ProjectIdentifier project,
java.lang.Class<T> planType,
boolean includeMarkedForDeletion)
Retrieve a list of plans for a given project. |
|
|
PlanDao.getPlanIdentifiersForProject(ProjectIdentifier projectIdentifier,
java.lang.Class<T> planType,
boolean includeMarkedForDeletion)
Returns minimal data about all plans in the given project |
|
|
PlanManagerImpl.getPlanIdentifiersForProject(ProjectIdentifier project,
java.lang.Class<T> planType,
boolean includeMarkedForDeletion)
|
|
|
PlanHibernateDao.getPlanKeys(java.lang.Class<T> planType)
|
|
|
PlanDao.getPlanKeys(java.lang.Class<T> planType)
Returns all plan keys of a particular type |
|
|
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)
|
|
|
FilteringPlanManager.getRunnablePlansByProject(Project project,
java.lang.Class<T> planType)
Returns all Plan 's filtered by Project and Class . |
|
|
PlanManagerImpl.getRunnablePlansByProject(Project project,
java.lang.Class<T> planType)
|
|
static
|
PlanTestHelper.mockPlan(PlanKey planKey,
java.lang.Class<T> planClass)
|
|
static
|
PlanTestHelper.mockPlan(PlanManager planManager,
PlanKey planKey,
java.lang.Class<T> planClass)
|
|
static
|
PlanTestHelper.mockPlan(java.lang.String planKey,
java.lang.Class<T> planClass)
|
Methods in com.atlassian.bamboo.plan that return Plan | |
---|---|
Plan |
PlanPermissionSkeleton.getMaster()
|
Plan |
PlanAwareContext.getPlan()
|
Plan |
PlanAwareContextImpl.getPlan()
|
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)
|
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()
|
java.lang.Class<? extends Plan> |
PlanHibernateDao.getPlanClass(PlanKey planKey)
|
java.lang.Class<? extends Plan> |
PlanManager.getPlanClass(PlanKey planKey)
|
java.lang.Class<? extends Plan> |
PlanDao.getPlanClass(PlanKey planKey)
|
java.lang.Class<? extends Plan> |
PlanManagerImpl.getPlanClass(PlanKey planKey)
|
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)
|
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)
|
int |
PlanHibernateDao.getBranchCount(Plan plan)
|
int |
PlanDao.getBranchCount(Plan plan)
Returns the number of branches that exist for the given plan |
static java.lang.String |
PlanHelper.getCurrentStatus(Plan plan)
|
static RepositoryDefinition |
PlanHelper.getRepositoryDefinitionForPlanById(Plan plan,
long id)
|
static java.util.List<RepositoryDefinition> |
PlanHelper.getRepositoryDefinitionsByType(Plan plan,
java.lang.String pluginKey)
|
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)
|
java.util.Map<PlanKey,PlanKey> |
PlanManager.movePlanToProject(Plan plan,
Project project,
java.lang.String newPlanKey,
java.lang.String newBuildName)
Deprecated. since 4.0 use MovePlanService instead |
java.util.Map<PlanKey,PlanKey> |
PlanManagerImpl.movePlanToProject(Plan plan,
Project project,
java.lang.String newPlanKey,
java.lang.String newBuildName)
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 |
PlanConfigurationAspect.resetImmutablePlanCacheService(Plan plan)
|
void |
PlanHibernateDao.save(Plan plan)
|
void |
PlanManager.savePlan(Plan plan)
Saves the Plan |
void |
PlanManagerImpl.savePlan(Plan plan)
|
void |
PlanPermissionSkeleton.setMaster(Plan master)
|
void |
Plan.setMaster(Plan master)
Set which plan is the master of this plan. |
void |
PlanManager.setPlanSuspendedState(Plan plan,
boolean newState)
Persists enable/disable state of a plan. |
void |
PlanManagerImpl.setPlanSuspendedState(Plan originalPlan,
boolean newState)
|
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.updateNamesAndDescription(java.lang.String projectName,
java.lang.String buildName,
java.lang.String description,
Plan plan)
Deprecated. since 4.0 For some reason we stopped using this in ~3.3, therefore there must be something wrong with it. Not sure what... |
void |
PlanManagerImpl.updateNamesAndDescription(java.lang.String projectName,
java.lang.String buildName,
java.lang.String description,
Plan plan)
|
java.util.Map<PlanKey,PlanKey> |
MovePlanServiceImpl.updatePlanDetails(Plan plan,
Project project,
java.lang.String newPlanKey,
java.lang.String newBuildName)
|
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,
PlanType planType)
|
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<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<ArtifactSubscription> |
ArtifactSubscriptionManager.findSubscriptionsOfPlan(Plan plan)
Get list of artifact subscriptions associated with a plan |
java.util.List<ArtifactSubscription> |
ArtifactSubscriptionManagerImpl.findSubscriptionsOfPlan(Plan plan)
|
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)
Deprecated. since 4.0 without replacement: this method has no effect. Deletion handled by cascades |
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.plan.branch |
---|
Subinterfaces of Plan in com.atlassian.bamboo.plan.branch | |
---|---|
interface |
ChainBranch
Represents a branch of a plan. |
Classes in com.atlassian.bamboo.plan.branch that implement Plan | |
---|---|
class |
ChainBranchImpl
|
Methods in com.atlassian.bamboo.plan.branch with parameters of type Plan | |
---|---|
int |
ChainBranchManager.getBranchCount(Plan plan)
Returns the number of branches the given plan has |
int |
ChainBranchManagerImpl.getBranchCount(Plan plan)
|
boolean |
ChainBranchManager.hasBranches(Plan plan)
Returns whether or not the given plan has any branches |
boolean |
ChainBranchManagerImpl.hasBranches(Plan plan)
|
void |
ChainBranch.setMaster(Plan master)
|
void |
ChainBranchImpl.setMaster(Plan master)
|
Uses of Plan in com.atlassian.bamboo.plan.branch.cache |
---|
Classes in com.atlassian.bamboo.plan.branch.cache that implement Plan | |
---|---|
class |
ImmutableChainBranchImpl
|
Uses of Plan in com.atlassian.bamboo.plan.cache |
---|
Classes in com.atlassian.bamboo.plan.cache that implement Plan | |
---|---|
class |
AbstractImmutableChain
|
class |
AbstractImmutablePlan
|
class |
ImmutableChainImpl
A ImmutableChain implementation that also implements Chain and throws UnsupportedOperationException for mutators. |
class |
ImmutableJobImpl
|
Methods in com.atlassian.bamboo.plan.cache with parameters of type Plan | |
---|---|
void |
AbstractImmutablePlan.setMaster(Plan master)
|
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)
|
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)
|
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.common |
---|
Methods in com.atlassian.bamboo.plugins.rest.common that return Plan | |
---|---|
static Plan |
RestHelper.getPlanByKey(PlanManager planManager,
PlanKey planKey)
Returns a Plan if plan exists and is visible for calling user |
Uses of Plan in com.atlassian.bamboo.plugins.rest.service |
---|
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type Plan | |
---|---|
ImmutablePlan |
PlanServiceImpl.getBranchByName(Plan plan,
java.lang.String branchName)
|
ImmutablePlan |
PlanService.getBranchByName(Plan plan,
java.lang.String branchName)
|
java.util.List<ImmutableChainBranch> |
PlanServiceImpl.getBranchesForChain(Plan plan)
|
java.util.List<ImmutableChainBranch> |
PlanService.getBranchesForChain(Plan plan)
|
Method parameters in com.atlassian.bamboo.plugins.rest.service with type arguments of type Plan | |
---|---|
RestPlans |
PlanServiceImpl.createPaginatedPlanResponse(java.util.Collection<Plan> plans,
com.atlassian.user.User user,
javax.ws.rs.core.UriInfo uriInfo)
|
RestPlans |
PlanService.createPaginatedPlanResponse(java.util.Collection<Plan> plans,
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()
Deprecated. since 3.2 PlanManager.getPlansByProject(Project, Class) |
java.util.List<Plan> |
DefaultProject.getPlans()
|
Uses of Plan in com.atlassian.bamboo.repository |
---|
Methods in com.atlassian.bamboo.repository that return Plan | |
---|---|
Plan |
PlanRepositoryLink.getPlan()
|
Plan |
PlanRepositoryLinkImpl.getPlan()
|
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 | |
---|---|
RepositoryDefinition |
RepositoryConfigurationService.attachGlobalRepositoryToPlan(Plan plan,
long selectedGlobalRepositoryId,
boolean buildTrigger)
Creates relationship between global repository and a plan |
RepositoryDefinition |
RepositoryConfigurationServiceImpl.attachGlobalRepositoryToPlan(Plan plan,
long selectedGlobalRepositoryId,
boolean buildTrigger)
|
RepositoryDefinition |
RepositoryConfigurationService.createRepository(Plan plan,
java.lang.String repositoryName,
java.lang.String pluginKey,
java.lang.String webRepositoryKey,
org.apache.commons.configuration.HierarchicalConfiguration configuration,
boolean buildTrigger)
Creates new repository and adds it to the plan configuration |
RepositoryDefinition |
RepositoryConfigurationServiceImpl.createRepository(Plan plan,
java.lang.String repositoryName,
java.lang.String pluginKey,
java.lang.String webRepositoryKey,
org.apache.commons.configuration.HierarchicalConfiguration configuration,
boolean buildTrigger)
|
void |
RepositoryConfigurationService.deleteRepository(Plan plan,
long repositoryId)
Removes repository definition for plan |
void |
RepositoryConfigurationServiceImpl.deleteRepository(Plan plan,
long repositoryId)
|
void |
RepositoryConfigurationService.deleteRepository(Plan plan,
long repositoryId,
long replacementRepositoryId)
Removes repository definition for plan |
void |
RepositoryConfigurationServiceImpl.deleteRepository(Plan plan,
long repositoryId,
long replacementReposiotryId)
|
RepositoryDefinition |
RepositoryConfigurationService.editRepository(Plan plan,
java.lang.String repositoryName,
java.lang.String selectedRepositoryKey,
java.lang.String webRepositoryKey,
RepositoryDefinition repositoryDefinition,
org.apache.commons.configuration.HierarchicalConfiguration configuration)
Changes (replaces) repository definition. |
RepositoryDefinition |
RepositoryConfigurationServiceImpl.editRepository(Plan plan,
java.lang.String repositoryName,
java.lang.String pluginKey,
java.lang.String webRepositoryKey,
RepositoryDefinition repositoryDefinition,
org.apache.commons.configuration.HierarchicalConfiguration configuration)
AOP advice cannot handle RepositoryDataEntity type so call to {@link RepositoryDefinitionManager#saveRepositoryDefinition(RepositoryDataEntity)
will be unadvised. |
java.util.List<RepositoryDataEntity> |
RepositoryDefinitionHibernateDao.findRepositoryDefinitionsForPlan(Plan plan)
|
java.util.List<RepositoryDataEntity> |
RepositoryDefinitionDao.findRepositoryDefinitionsForPlan(Plan plan)
Deprecated. since 3.4 use PlanRepositoryLinkDao#getPlanRepositoryLinks(Plan) |
java.lang.String |
AdvancedConfigurationAwareRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
AbstractRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
AdvancedConfigurationAwareRepository.getAdvancedViewHtml(Plan plan)
|
java.lang.String |
AbstractRepository.getAdvancedViewHtml(Plan plan)
|
java.lang.String |
AbstractRepository.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLink(Plan plan,
long repositoryId)
Get persistent representation of a relation between Plan and repository |
PlanRepositoryLink |
RepositoryDefinitionManagerImpl.getPlanRepositoryLink(Plan plan,
long repositoryId)
|
java.util.List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlanRepositoryLinks(Plan plan)
Get persistent representation of relation between Plan and repositories |
java.util.List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlanRepositoryLinks(Plan plan)
|
java.util.Collection<RepositoryDataEntity> |
RepositoryDefinitionHibernateDao.getPrivateRepositoryDefinitionsByPlan(Plan plan)
|
java.util.Collection<RepositoryDataEntity> |
RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan(Plan plan)
|
java.util.Map<Job,java.util.List<TaskDefinition>> |
RepositoryConfigurationService.getRelevantJobsForRepositoryIdChange(Plan plan,
long repositoryId)
Returns mapping between Job and TaskDefinition for tasks using repository by given repository id |
java.util.Map<Job,java.util.List<TaskDefinition>> |
RepositoryConfigurationServiceImpl.getRelevantJobsForRepositoryIdChange(Plan plan,
long repositoryId)
|
java.lang.String |
AbstractRepository.getViewHtml(Plan plan)
|
void |
RepositoryDefinitionManager.removeRepositoriesForPlan(Plan plan)
Remove all repositories from Plan that are not global repositories. |
void |
RepositoryDefinitionManagerImpl.removeRepositoriesForPlan(Plan plan)
|
void |
PlanRepositoryLink.setPlan(Plan plan)
|
void |
PlanRepositoryLinkImpl.setPlan(Plan plan)
|
void |
RepositoryConfigurationService.updateTriggerBuild(Plan plan,
java.util.Set<java.lang.Long> repositoryIds)
|
void |
RepositoryConfigurationServiceImpl.updateTriggerBuild(Plan plan,
java.util.Set<java.lang.Long> repositoryIds)
|
boolean |
RepositoryConfigurationService.validateRepositoryName(Plan plan,
java.lang.String name,
RepositoryDefinition repositoryDefinition)
Checks if provided name for repository is unique in the Plan |
boolean |
RepositoryConfigurationServiceImpl.validateRepositoryName(Plan plan,
java.lang.String name,
RepositoryDefinition repositoryDefinition)
|
Constructors in com.atlassian.bamboo.repository with parameters of type Plan | |
---|---|
PlanRepositoryLinkImpl(Plan plan,
RepositoryDataEntity repositoryDataEntity,
int position,
boolean buildTrigger)
|
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.migration |
---|
Methods in com.atlassian.bamboo.repository.migration with parameters of type Plan | |
---|---|
static PlanRepositoryLinkImpl |
RepositoryConfigurationConverter.convertRepositoryConfigurationInPlan(Plan plan,
BuildConfiguration buildConfiguration,
RepositoryDefinitionManager repositoryDefinitionManager)
|
static long |
RepositoryConfigurationConverter.stripAndSaveRepositoryConfiguration(PlanRepositoryLink planRepository,
RepositoryDefinitionManager repositoryDefinitionManager,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.repository.nullrepository |
---|
Methods in com.atlassian.bamboo.repository.nullrepository with parameters of type Plan | |
---|---|
java.lang.String |
NullRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
NullRepository.getEditHtml(BuildConfiguration buildConfiguration,
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 that return types with arguments of type Plan | |
---|---|
java.lang.Class<? extends Plan> |
ResultWithPlanInfo.getPlanClass()
|
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)
Deprecated. Returns all BuildResultsSummary for the passed Plan . |
|
java.util.List<BuildResultsSummary> |
BuildResultsSummaryManagerImpl.getAllBuildResultsSummaries(Plan plan)
|
|
|
BuildResultsSummaryHibernateDao.getAllResultSummariesForPlan(Plan plan)
|
|
|
ResultsSummaryManager.getAllResultSummariesForPlan(Plan plan)
Deprecated. since 3.1 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)
Deprecated. Retreives the first result |
|
BuildResultsSummary |
BuildResultsSummaryDao.getFirstBuildSummary(Plan plan)
Returns the first available BuildResultsSummary for the given Plan |
|
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)
Deprecated. 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)
Deprecated. |
|
long |
BuildResultsSummaryDao.getNumberOfFinishedResults(Plan build)
Returns the number of finished results available for the given Plan |
|
long |
BuildResultsSummaryManagerImpl.getNumberOfFinishedResults(Plan plan)
|
|
|
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.moveResultSummaries(Plan newParentPlan,
PlanKey oldPlanKey,
PlanKey newPlanKey)
Reassigns plan key ResultsSummaries associated with selected plan key. |
|
void |
BuildResultsSummaryManagerImpl.moveResultSummaries(Plan newParentPlan,
PlanKey oldPlanKey,
PlanKey newPlanKey)
|
|
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)
|
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type Plan | |
---|---|
void |
ResultWithPlanInfo.setPlanClass(java.lang.Class<? extends Plan> planClass)
|
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)
|
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)
|
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)
|
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(PlanIdentifier plan)
Visits all the parent Plan for the give build and returns its direct linage in topological order |
java.util.List<Plan> |
DependencyTreeBuilderImpl.getDirectParents(PlanIdentifier 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)
Deprecated. Allows any other configuration to be performed after another repository has been created. |
void |
PostConfigurableRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated. 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 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(PlanKey planKey,
java.util.Set<Plan> siblings)
Checks if build should be blocked, and executes any parent builds if required. |
boolean |
DefaultDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey,
java.util.Set<Plan> plansBeingTriggered)
|
Uses of Plan in com.atlassian.bamboo.v2.trigger |
---|
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type Plan | |
---|---|
ChildDependencyBuildDetectionAction(Plan plan,
PlanIdentifier child,
BuildNumberGeneratorService buildNumberGenerator,
TriggerManager triggerManager,
BuildChanges buildChanges,
ErrorUpdateHandler errorUpdateHandler,
ImmutablePlanCacheService immutablePlanCacheService)
|
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)
|
java.util.Map<java.lang.String,VariableDefinitionContext> |
VariableDefinitionManager.getVariableDefinitionMap(Plan plan,
java.util.Map<java.lang.String,java.lang.String> manualVariables)
Deprecated. since 4.0 use VariableDefinitionManager.createVariableContextBuilder() instead |
java.util.Map<java.lang.String,VariableDefinitionContext> |
VariableDefinitionManagerImpl.getVariableDefinitionMap(Plan plan,
java.util.Map<java.lang.String,java.lang.String> manualVariables)
Deprecated. |
void |
VariableDefinition.setPlan(Plan plan)
|
void |
VariableDefinitionImpl.setPlan(Plan plan)
|
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)
|
Constructors in com.atlassian.bamboo.variable with parameters of type Plan | |
---|---|
VariableDefinitionImpl(java.lang.String key,
java.lang.String value,
Plan plan,
VariableType variableType)
|
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.webwork |
---|
Methods in com.atlassian.bamboo.webwork with parameters of type Plan | |
---|---|
boolean |
StarterAction.hasBranches(Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2 |
---|
Methods in com.atlassian.bamboo.ww2 with parameters of type 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 | |
---|---|
java.util.List<RepositoryDefinition> |
BulkPlanAction.getSelectedRepositoryDefinitions(Plan plan)
|
boolean |
ManualBuildBulkAction.isApplicable(Plan plan)
|
boolean |
EnablePlanBulkAction.isApplicable(Plan plan)
|
boolean |
DisablePlanBulkAction.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 |
ManualBuildBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
EnablePlanBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
DisablePlanBulkAction.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.admin.bulk.repository |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository with parameters of type Plan | |
---|---|
java.util.List<RepositoryDefinition> |
UpdateWebUrlBulkAction.getRepositoryDefinitions(Plan plan)
|
java.util.List<RepositoryDefinition> |
SvnBulkAction.getRepositoryDefinitions(Plan plan)
|
java.util.List<RepositoryDefinition> |
RepositoryAwareBulkAction.getRepositoryDefinitions(Plan plan)
|
java.util.List<RepositoryDefinition> |
CvsBulkAction.getRepositoryDefinitions(Plan plan)
|
boolean |
UpdateWebUrlBulkAction.isApplicable(Plan plan)
|
boolean |
AbstractRepositoryBulkAction.isApplicable(Plan plan)
|
void |
AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
void |
RepositoryAwareBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan,
RepositoryDefinition repositoryDefinition)
|
void |
AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan,
RepositoryDefinition repositoryDefinition)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.branch |
---|
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type Plan | |
---|---|
boolean |
ViewChainBranches.isFavourite(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> |
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 | |
---|---|
java.util.List<RepositoryData> |
UIConfigBeanImpl.getAvailableGlobalRepositories(Plan plan,
java.lang.String selectedRepository)
Returns selection of the global repositories. |
java.util.List<RepositoryOption> |
UIConfigBeanImpl.getRepositoriesForAdding(Plan plan,
java.lang.String selectedRepository)
Returns selection of the repository for 'Add/Edit Repository' actions. |
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.hasBranches(Plan 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 | |
---|---|
DecoratedPlan |
DecoratedNavObjectFactoryImpl.decoratePlan(Plan plan)
|
DecoratedPlan |
DecoratedNavObjectFactory.decoratePlan(Plan plan)
Decorate plan |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |