|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildPlanConstructor | |
---|---|
com.atlassian.bamboo.build.creation |
Uses of BuildPlanConstructor in com.atlassian.bamboo.build.creation |
---|
Classes in com.atlassian.bamboo.build.creation that implement BuildPlanConstructor | |
---|---|
class |
BuildPlanConstructorImpl
Deprecated. since 2.7 |
Methods in com.atlassian.bamboo.build.creation that return BuildPlanConstructor | |
---|---|
BuildPlanConstructor |
BuildPlanConstructor.addNotificationRule(NotificationRule newRule)
Deprecated. Adds a notification rule to the plan. |
BuildPlanConstructor |
BuildPlanConstructorImpl.addNotificationRule(NotificationRule newRule)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.existingProject(java.lang.String projectKey)
Deprecated. The existing Project that the plan will belong to |
BuildPlanConstructor |
BuildPlanConstructorImpl.existingProject(java.lang.String projectKey)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.key(java.lang.String planKey)
Deprecated. The Build component for the plan (e.g. |
BuildPlanConstructor |
BuildPlanConstructorImpl.key(java.lang.String planKey)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.name(java.lang.String planName)
Deprecated. The name of the plan (not the project |
BuildPlanConstructor |
BuildPlanConstructorImpl.name(java.lang.String planName)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructorFactory.newBuildPlanConstructor()
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructorFactory.newBuildPlanConstructor(Build build,
BuildConfiguration buildConfiguration)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.newProject(java.lang.String projectKey,
java.lang.String projectName)
Deprecated. Sets a new Project details that the Build will belong to |
BuildPlanConstructor |
BuildPlanConstructorImpl.newProject(java.lang.String projectKey,
java.lang.String projectName)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.setBuildConfigurationProperty(java.lang.String key,
java.lang.String value)
Deprecated. Adds any generic properties to the buildConfiguration for the plan you are currently creating |
BuildPlanConstructor |
BuildPlanConstructorImpl.setBuildConfigurationProperty(java.lang.String key,
java.lang.String value)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.setBuilder(Builder builder,
java.lang.String label)
Deprecated. Sets the builder on the plan, with the matching label |
BuildPlanConstructor |
BuildPlanConstructorImpl.setBuilder(Builder builder,
java.lang.String label)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.setBuildStrategy(BuildStrategy buildStrategy)
Deprecated. Sets the build strategy |
BuildPlanConstructor |
BuildPlanConstructorImpl.setBuildStrategy(BuildStrategy buildStrategy)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.setRepository(Repository repository)
Deprecated. Sets the repository on the plan |
BuildPlanConstructor |
BuildPlanConstructorImpl.setRepository(Repository repository)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.setWebRepositoryViewer(WebRepositoryViewer webRepositoryViewer)
Deprecated. Sets the web repository viewer on the plan |
BuildPlanConstructor |
BuildPlanConstructorImpl.setWebRepositoryViewer(WebRepositoryViewer webRepositoryViewer)
Deprecated. |
BuildPlanConstructor |
BuildPlanConstructor.suspendedFromBuilding(boolean suspendedFromBuilding)
Deprecated. Set plan's suspendedFromBuilding flag |
BuildPlanConstructor |
BuildPlanConstructorImpl.suspendedFromBuilding(boolean suspendedFromBuilding)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |