|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Plan in com.atlassian.bamboo.brokenbuildtracker.notifications |
---|
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type Plan | |
---|---|
protected ResultsSummary |
ResponsibilitiesUpdatedNotificationListener.calculateAndUpdateResultSummary(UserResponsibilityEvent event,
Plan plan)
|
protected java.util.List<NotificationRecipient> |
ResponsibilitiesUpdatedNotificationListener.calculateRecipients(UserResponsibilityEvent event,
Plan plan,
ResultsSummary resultsSummary)
|
protected java.lang.Iterable<NotificationRule> |
ResponsibilitiesUpdatedNotificationListener.getNotificationRules(Plan plan,
UserResponsibilityEvent event)
|
Uses of Plan in com.atlassian.bamboo.brokenbuildtracker.ui |
---|
Methods in com.atlassian.bamboo.brokenbuildtracker.ui that return types with arguments of type Plan | |
---|---|
java.util.List<Plan> |
ViewResponsibilitiesForUser.getCurrentResponsiblePlans()
|
Methods in com.atlassian.bamboo.brokenbuildtracker.ui with parameters of type Plan | |
---|---|
boolean |
BrokenBuildConfiguration.isApplicableTo(Plan plan)
|
protected void |
BrokenBuildConfiguration.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan build)
|
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 |
DefaultJob
|
Methods in com.atlassian.bamboo.build that return Plan | |
---|---|
Plan |
PlanDependency.getChildPlan()
|
Plan |
PlanDependencyImpl.getChildPlan()
|
Plan |
PlanDependency.getParentPlan()
|
Plan |
PlanDependencyImpl.getParentPlan()
|
Plan |
BuildDefinitionForBuild.getPlan()
|
Plan |
DefaultBuildDefinitionForBuild.getPlan()
|
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)
|
BuildDefinition |
BuildDefinitionManager.getBuildDefinition(Plan plan)
|
BuildDefinition |
DefaultBuildDefinitionManagerTx.getBuildDefinition(Plan plan)
|
BuildDefinition |
DefaultBuildDefinitionManager.getBuildDefinition(Plan plan)
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan)
Deprecated. since 5.0 use PlanManager.savePlanWithSchedulesStopped(com.atlassian.bamboo.plan.Plan) |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan)
|
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan)
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
Saves the Plan and the BuildConfiguration |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan,
BuildConfiguration newBuildConfiguration)
|
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildConfiguration newBuildConfiguration)
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
Convert and save the build definition. |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition)
|
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition)
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition,
boolean withQuartzJobsRestart)
Convert and save the build definition. |
void |
DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition,
boolean withQuartzJobsRestart)
|
void |
DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition newBuildDefinition,
boolean withQuartzJobsRestart)
|
void |
PlanDependencyImpl.setChildPlan(Plan childPlan)
|
void |
DefaultJob.setMaster(Plan master)
|
void |
PlanDependencyImpl.setParentPlan(Plan parentPlan)
|
void |
BuildDefinitionForBuild.setPlan(Plan build)
|
void |
DefaultBuildDefinitionForBuild.setPlan(Plan plan)
|
Constructors in com.atlassian.bamboo.build with parameters of type Plan | |
---|---|
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 | |
---|---|
java.lang.String |
ArtifactHandlerForPlanConfigurator.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
boolean |
ArtifactHandlerForPlanConfigurator.isApplicableTo(Plan plan)
|
static void |
LocalArtifactManager.removeArtifactFiles(Plan plan)
Deprecated. since 4.4 use the non-static variant of this method |
void |
ArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary,
Plan plan)
Deprecated. since 5.0, use ArtifactLinkManager.removeArtifactLinks(com.atlassian.bamboo.chains.ChainResultsSummary) |
void |
DefaultArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary,
Plan plan)
Deprecated. |
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 |
JobCreationServiceImpl.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 |
protected abstract void |
PlanCreationTemplate.performPostCreateAction(Plan plan)
Perform plan specific actions that need to be run immediately after plan creation. |
protected void |
JobCreationServiceImpl.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 |
JobCreationServiceImpl.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 |
JobCreationServiceImpl.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 |
JobCreationServiceImpl.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 |
JobCreationServiceImpl.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 |
BuildExpiryBeanImpl.expirePlan(BuildExpiryConfig config,
Plan plan,
ResultsSummary lastResultsSummary)
|
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.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 plan)
|
protected void |
CloverBuildProcessor.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context,
Plan build)
|
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.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)
Deprecated. since 4.2 use an appropriate method on $ SystemDirectory.getArtifactStorage() |
static java.io.File |
SystemDirectory.getArtifactDirectory(Plan plan,
int buildNumber)
Deprecated. since 4.2 use an appropriate method on $ SystemDirectory.getArtifactStorage() |
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 |
BuildResultsIndexer.deIndexBuild(Plan build,
java.util.Set<java.lang.String> affectedJiraIssuesKeys)
|
long |
BuildResultsIndexer.indexBuild(Plan plan)
Indexes the build. |
Uses of Plan in com.atlassian.bamboo.index.buildresult |
---|
Methods in com.atlassian.bamboo.index.buildresult with parameters of type Plan | |
---|---|
void |
DefaultBuildResultsIndexer.deIndexBuild(Plan plan)
|
void |
DefaultBuildResultsIndexer.deIndexBuild(Plan build,
java.util.Set<java.lang.String> affectedJiraIssuesKeys)
|
long |
DefaultBuildResultsIndexer.indexBuild(Plan plan)
|
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)
|
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)
Deprecated. since 5.4 use LabelManager.getFavouritesForPlan(com.atlassian.bamboo.plan.cache.ImmutablePlan) instead |
java.util.List<java.lang.String> |
LabelManagerImpl.getFavouritesForPlan(Plan plan)
|
boolean |
LabelManager.hasPlanLabel(Plan plan,
java.lang.String label)
Checks whether the Plan 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)
|
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)
|
|
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory,
BuildResultsSummaryDao buildResultsSummaryDao,
Plan buildable,
java.util.Map<java.lang.Long,Label> labelMap)
|
|
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 that return Plan | |
---|---|
Plan |
UsersNotification.getPlan()
The plan the notification rule applies to |
Plan |
UsersNotificationImpl.getPlan()
|
Methods in com.atlassian.bamboo.notification with parameters of type Plan | |
---|---|
java.util.Set<NotificationRule> |
NotificationManager.getNotificationRules(Plan plan)
Deprecated. since 5.4 use NotificationManager.getNotificationRules(com.atlassian.bamboo.plan.cache.ImmutablePlan) instead |
java.util.Set<NotificationRule> |
NotificationManagerImpl.getNotificationRules(Plan plan)
|
Constructors in com.atlassian.bamboo.notification with parameters of type Plan | |
---|---|
UsersNotificationImpl(Plan plan,
NotificationRule notificationRule)
|
Uses of Plan in com.atlassian.bamboo.notification.buildcompleted |
---|
Fields in com.atlassian.bamboo.notification.buildcompleted declared as Plan | |
---|---|
protected Plan |
AbstractCompletedNotification.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
Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking} |
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.findAllPlans(java.lang.Class<T> planType,
int firstResult,
int maxResults)
|
|
|
PlanDao.findAllPlans(java.lang.Class<T> planType,
int firstResult,
int maxResults)
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.getAllPlanKeys(java.lang.Class<T> planType)
Returns keys of all Plan 's filtered by Class . |
|
|
PlanManagerImpl.getAllPlanKeys(java.lang.Class<T> planType)
|
|
|
PlanManager.getAllPlans(java.lang.Class<T> planType)
Returns all Plan 's filtered by Class . |
|
|
PlanManagerImpl.getAllPlans(java.lang.Class<T> planType)
|
|
|
PlanManager.getAllPlans(java.lang.Class<T> planType,
int firstResult,
int maxResults)
Returns all Plan 's filtered by Class . |
|
|
PlanManagerImpl.getAllPlans(java.lang.Class<T> planType,
int firstResult,
int maxResults)
|
|
|
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)
Deprecated. since 4.1 use FilteringPlanManager.getPlansForClone() |
|
|
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)
|
|
|
PlanHibernateDao.getPlanByKey(PlanKey planKey,
java.lang.Class<T> aClass)
|
|
|
PlanManager.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
Returns a Plan by its PlanKey and Class |
|
|
PlanDao.getPlanByKey(PlanKey planKey,
java.lang.Class<T> aClass)
Return a Plan that matches the given key |
|
|
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)
Deprecated. |
|
|
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)
Deprecated. since 4.2 use PlanManager.getPlanByKeyIfOfType(com.atlassian.bamboo.plan.PlanKey, java.lang.Class and PlanKeys.getPlanKey(String) |
|
|
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)
|
|
|
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) |
|
|
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)
Deprecated. |
|
|
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)
Deprecated. |
|
|
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)
Deprecated. since 4.1 use FilteringPlanManager.getRunnablePlans(com.atlassian.bamboo.project.Project, java.lang.Class |
|
static
|
PlanTestHelper.mockPlan(PlanDao planDao,
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()
Deprecated. |
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)
Deprecated. |
Plan |
PlanManagerImpl.getPlanByKey(java.lang.String planKey)
|
Plan |
PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
Deprecated. |
Plan |
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
|
Methods in com.atlassian.bamboo.plan that return types with arguments of type Plan | |
---|---|
java.lang.Class<? extends Plan> |
PlanPermissionSkeleton.getPlanClass()
Deprecated. |
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)
|
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 |
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 |
PlanManager.savePlanWithSchedulesStopped(Plan plan)
Saves the Plan while polling jobs are stopped. |
void |
PlanManagerImpl.savePlanWithSchedulesStopped(Plan plan)
|
void |
PlanPermissionSkeleton.setMaster(Plan master)
Deprecated. |
void |
Plan.setMaster(Plan master)
Set which plan is the master of this plan. |
void |
PlanManager.setPlanSuspendedState(Plan plan,
boolean newState)
Deprecated. since 4.1. Use PlanManager.setPlanSuspendedState(PlanKey, boolean) instead |
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)
|
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)
Deprecated. |
Uses of Plan in com.atlassian.bamboo.plan.artifact |
---|
Methods in com.atlassian.bamboo.plan.artifact with parameters of type Plan | |
---|---|
void |
ArtifactDefinitionManager.removeArtifactDefinitionsByPlan(Plan plan)
Remove all artifact definitions associated with a plan. |
void |
ArtifactDefinitionManagerImpl.removeArtifactDefinitionsByPlan(Plan 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.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 | |
---|---|
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.cache |
---|
Methods in com.atlassian.bamboo.plan.cache with type parameters of type Plan | ||
---|---|---|
|
CachedPlanManagerImpl.getAllPlansForClone(java.lang.Class<T> planType)
|
|
|
CachedPlanManagerImpl.getRunnablePlansByProject(Project project,
java.lang.Class<T> planType)
|
Uses of Plan in com.atlassian.bamboo.plan.matcher |
---|
Classes in com.atlassian.bamboo.plan.matcher with type parameters of type Plan | |
---|---|
class |
IsPlanKeyEq<T extends Plan>
|
Methods in com.atlassian.bamboo.plan.matcher with type parameters of type Plan | ||
---|---|---|
static
|
IsPlanKeyEq.hasEqualPlanKey(T reference)
|
Constructors in com.atlassian.bamboo.plan.matcher with parameters of type Plan | |
---|---|
IsPlanKeyEq(Plan reference)
|
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 with parameters of type Plan | |
---|---|
java.util.List<ImmutablePlan> |
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 | |
---|---|
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.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 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.lang.String |
AdvancedConfigurationAwareRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
|
java.lang.String |
AbstractRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated. since 5.5 use StandaloneRepository.getAdvancedEditHtml(org.apache.commons.configuration.HierarchicalConfiguration) |
java.lang.String |
AdvancedConfigurationAwareRepository.getAdvancedViewHtml(Plan plan)
|
java.lang.String |
AbstractRepository.getAdvancedViewHtml(Plan plan)
Deprecated. since 5.5 use StandaloneRepository.getAdvancedViewHtml() |
java.lang.String |
AbstractRepository.getEditHtml(BuildConfiguration buildConfiguration,
Plan plan)
Deprecated. since 5.5 use StandaloneRepository.getEditHtml(org.apache.commons.configuration.HierarchicalConfiguration) |
java.util.Collection<RepositoryDataEntity> |
RepositoryDefinitionHibernateDao.getPrivateRepositoryDefinitionsByPlan(Plan plan)
|
java.util.Collection<RepositoryDataEntity> |
RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan(Plan plan)
|
java.lang.String |
AbstractRepository.getViewHtml(Plan plan)
Deprecated. since 5.5 use StandaloneRepository.getViewHtml() |
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.shareRepository(Plan plan,
RepositoryData repositoryData,
java.lang.String repositoryName,
java.lang.String userDescription,
com.atlassian.user.User user)
Converts existing Plan repository to Shared Repository. |
void |
RepositoryConfigurationServiceImpl.shareRepository(Plan plan,
RepositoryData repositoryData,
java.lang.String repositoryName,
java.lang.String userDescription,
com.atlassian.user.User user)
|
Constructors in com.atlassian.bamboo.repository with parameters of type Plan | |
---|---|
PlanRepositoryLinkImpl(Plan plan,
RepositoryDataEntity repositoryDataEntity,
int position)
|
|
PlanRepositoryLinkImpl(Plan plan,
RepositoryDataEntity repositoryDataEntity,
int position,
boolean buildTrigger)
Deprecated. |
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,
PlanRepositoryLinkDao planRepositoryLinkDao)
|
static PlanRepositoryLinkImpl |
RepositoryConfigurationConverter.convertRepositoryConfigurationInPlan(Plan plan,
BuildConfiguration buildConfiguration,
RepositoryDefinitionManager repositoryDefinitionManager)
|
static long |
RepositoryConfigurationConverter.stripAndSaveRepositoryConfiguration(PlanRepositoryLink planRepository,
PlanRepositoryLinkDao planRepositoryLinkDao,
RepositoryDefinitionDao repositoryDefinitionDao,
Plan plan)
|
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 that return Plan | |
---|---|
Plan |
ResultsSummary.getPlan()
Deprecated. since 5.0 use ResultsSummary.getImmutablePlan() |
Plan |
AbstractResultsSummary.getPlan()
|
Methods in com.atlassian.bamboo.resultsummary with parameters of type 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)
|
|
BuildResultsSummary |
BuildResultsSummaryHibernateDao.getFirstBuildSummary(Plan plan)
|
|
BuildResultsSummary |
BuildResultsSummaryDao.getFirstBuildSummary(Plan plan)
Returns the first available BuildResultsSummary for the given 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> |
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.getNumberOfFinishedResults(Plan plan)
|
|
long |
ResultsSummaryManager.getNumberOfFinishedResults(Plan plan)
Get number of the ResultsSummary s in LifeCycleState.FINISHED state for the given Plan |
|
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)
|
|
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<TestClass> |
TestsHibernateDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plan |
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)
Deprecated. since 5.0 use $ #scheduleTasksForPlanAndBranches(com.atlassian.bamboo.plan.Plan) |
void |
DefaultPlanScheduler.createSchedulingJobs(Plan plan)
|
void |
PlanScheduler.removeSchedulingJobs(Plan plan)
Deprecated. since 5.0 use $ #removeTasksScheduledForPlanAndBranches(com.atlassian.bamboo.plan.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.security.acegi.acls |
---|
Method parameters in com.atlassian.bamboo.security.acegi.acls with type arguments of type Plan | |
---|---|
org.acegisecurity.acls.MutableAcl |
BambooAclUpdateHelper.createNewDefaultAcl(com.atlassian.user.User user,
java.lang.Class<? extends Plan> planType)
Creates a default Acl for a specific plan types which has: - All permissions for the creator (user argument) of the plan - READ permission for all logged in users - READ permission for all anonymous users |
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.upgrade |
---|
Constructors in com.atlassian.bamboo.upgrade with parameters of type Plan | |
---|---|
BuildDefinitionUpgrader(PlanManager planManager,
Plan plan)
|
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.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 |
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 |
VariableConfigurationService.createPlanVariable(Plan plan,
java.lang.String variableKey,
java.lang.String variableValue)
Creates new Plan variable. |
VariableDefinition |
VariableDefinitionFactoryImpl.createPlanVariable(Plan plan,
java.lang.String key,
java.lang.String value)
|
VariableDefinition |
VariableConfigurationServiceImpl.createPlanVariable(Plan plan,
java.lang.String variableKey,
java.lang.String variableValue)
|
VariableDefinition |
VariableConfigurationService.createUniquePlanVariable(Plan plan,
java.lang.String variableKey,
java.lang.String variableValue)
Creates new Plan variable. |
VariableDefinition |
VariableConfigurationServiceImpl.createUniquePlanVariable(Plan plan,
java.lang.String variableKey,
java.lang.String variableValue)
|
void |
VariableDefinitionManager.deleteVariablesForPlan(Plan plan)
Removes variable definitions form specified plan |
void |
VariableDefinitionManagerImpl.deleteVariablesForPlan(Plan plan)
|
void |
VariableDefinition.setPlan(Plan plan)
|
void |
VariableDefinitionImpl.setPlan(Plan plan)
|
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.ww2.actions |
---|
Methods in com.atlassian.bamboo.ww2.actions that return Plan | |
---|---|
Plan |
PlanActionSupport.getMutablePlan()
|
Plan |
PlanActionSupport.getPlan()
Deprecated. |
Uses of Plan in com.atlassian.bamboo.ww2.actions.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin that return Plan | |
---|---|
Plan |
ImportMavenPlanAction.getImmutablePlan()
|
Plan |
ImportMavenPlanAction.getMutablePlan()
|
Plan |
ImportMavenPlanAction.getPlan()
Deprecated. |
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)
|
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 | |
---|---|
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.admin.bulk.trigger |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger with parameters of type Plan | |
---|---|
void |
ReplaceTriggersBulkAction.populateActionParameters(ActionParametersMap actionParameters,
Plan plan)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.agent |
---|
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type Plan | |
---|---|
AgentAssignmentExecutableDetails(Job job,
Plan plan,
boolean capabilitiesMatch)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.build |
---|
Methods in com.atlassian.bamboo.ww2.actions.build that return Plan | |
---|---|
Plan |
ChainJsonProviderAction.getMutablePlan()
|
Plan |
ChainJsonProviderAction.getPlan()
|
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)
|
Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin.config |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return Plan | |
---|---|
Plan |
ConfigureBuildPermissions.getMutablePlan()
|
Plan |
ConfigureBuildPermissions.getPlan()
Deprecated. |
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.getMutablePlan()
|
Plan |
CreateChain.getPlan()
Deprecated. |
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 |
ChainAware.getChain()
Deprecated. |
Plan |
PlanAware.getMutablePlan()
|
Plan |
PlanAware.getPlan()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |