|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildPlanConstructor | |
---|---|
com.atlassian.bamboo.build.creation | |
com.atlassian.bamboo.session | |
com.atlassian.bamboo.ww2.actions.admin |
Uses of BuildPlanConstructor in com.atlassian.bamboo.build.creation |
---|
Classes in com.atlassian.bamboo.build.creation that implement BuildPlanConstructor | |
---|---|
class |
BuildPlanConstructorImpl
|
Methods in com.atlassian.bamboo.build.creation that return BuildPlanConstructor | |
---|---|
BuildPlanConstructor |
BuildPlanConstructorImpl.addNotificationRule(NotificationRule newRule)
|
BuildPlanConstructor |
BuildPlanConstructor.addNotificationRule(NotificationRule newRule)
Adds a notification rule to the plan. |
BuildPlanConstructor |
BuildPlanConstructorImpl.existingProject(java.lang.String projectKey)
|
BuildPlanConstructor |
BuildPlanConstructor.existingProject(java.lang.String projectKey)
The existing Project that the plan will belong to |
BuildPlanConstructor |
BuildPlanConstructorImpl.key(java.lang.String planKey)
|
BuildPlanConstructor |
BuildPlanConstructor.key(java.lang.String planKey)
The Build component for the plan (e.g. |
BuildPlanConstructor |
BuildPlanConstructorImpl.name(java.lang.String planName)
|
BuildPlanConstructor |
BuildPlanConstructor.name(java.lang.String planName)
The name of the plan (not the project |
BuildPlanConstructor |
BuildPlanConstructorFactory.newBuildPlanConstructor()
|
BuildPlanConstructor |
BuildPlanConstructorImpl.newProject(java.lang.String projectKey,
java.lang.String projectName)
|
BuildPlanConstructor |
BuildPlanConstructor.newProject(java.lang.String projectKey,
java.lang.String projectName)
Sets a new Project details that the Build will belong to |
BuildPlanConstructor |
BuildPlanConstructorImpl.setBuilder(Builder builder,
java.lang.String label)
|
BuildPlanConstructor |
BuildPlanConstructor.setBuilder(Builder builder,
java.lang.String label)
Sets the builder on the plan, with the matching label |
BuildPlanConstructor |
BuildPlanConstructorImpl.setBuildStrategy(BuildStrategy buildStrategy)
|
BuildPlanConstructor |
BuildPlanConstructor.setBuildStrategy(BuildStrategy buildStrategy)
Sets the build strategy |
BuildPlanConstructor |
BuildPlanConstructorImpl.setRepository(Repository repository)
|
BuildPlanConstructor |
BuildPlanConstructor.setRepository(Repository repository)
Sets the repository on the plan |
BuildPlanConstructor |
BuildPlanConstructorImpl.setWebRepositoryViewer(WebRepositoryViewer webRepositoryViewer)
|
BuildPlanConstructor |
BuildPlanConstructor.setWebRepositoryViewer(WebRepositoryViewer webRepositoryViewer)
Sets the web repository viewer on the plan |
BuildPlanConstructor |
BuildPlanConstructorImpl.suspendedFromBuilding(boolean suspendedFromBuilding)
|
BuildPlanConstructor |
BuildPlanConstructor.suspendedFromBuilding(boolean suspendedFromBuilding)
Set plan's suspendedFromBuilding flag |
Uses of BuildPlanConstructor in com.atlassian.bamboo.session |
---|
Methods in com.atlassian.bamboo.session that return BuildPlanConstructor | |
---|---|
BuildPlanConstructor |
BambooSession.getNewPlanConstructor()
Return newly created PlanConstructor object. |
BuildPlanConstructor |
BambooSession.getPlanConstructor()
|
Methods in com.atlassian.bamboo.session with parameters of type BuildPlanConstructor | |
---|---|
void |
BambooSession.setPlanConstructor(BuildPlanConstructor planConstructor)
|
Uses of BuildPlanConstructor in com.atlassian.bamboo.ww2.actions.admin |
---|
Fields in com.atlassian.bamboo.ww2.actions.admin declared as BuildPlanConstructor | |
---|---|
protected BuildPlanConstructor |
ImportMavenPlanAction.planConstructor
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |