Class PlanCreationBean

java.lang.Object
com.atlassian.bamboo.build.creation.PlanCreationBean

public class PlanCreationBean extends Object
Looks after the required components for plan creation.
  • Constructor Details

    • PlanCreationBean

      public PlanCreationBean()
  • Method Details

    • getPlanBeingCreated

      @Nullable public @Nullable Plan getPlanBeingCreated()
    • setPlanBeingCreated

      public void setPlanBeingCreated(Plan planBeingCreated)
    • setConfigurationBeingEdited

      public void setConfigurationBeingEdited(BuildConfiguration buildConfiguration)
    • getConfigurationBeingEdited

      @Nullable public @Nullable BuildConfiguration getConfigurationBeingEdited()
    • getAclBeingCreated

      @Nullable public @Nullable org.acegisecurity.acls.MutableAcl getAclBeingCreated()
    • setAclBeingCreated

      public void setAclBeingCreated(org.acegisecurity.acls.MutableAcl aclBeingCreated)
    • getArtifactDefinitionsBeingCreated

      public List<ArtifactDefinition> getArtifactDefinitionsBeingCreated()
    • setArtifactDefinitionsBeingCreated

      public void setArtifactDefinitionsBeingCreated(List<ArtifactDefinition> artifactDefinitionsBeingCreated)
    • getArtifactSubscriptionsBeingCreated

      public List<ArtifactSubscription> getArtifactSubscriptionsBeingCreated()
    • setArtifactSubscriptionsBeingCreated

      public void setArtifactSubscriptionsBeingCreated(List<ArtifactSubscription> artifactSubscriptionsBeingCreated)
    • getVariableDefinitionsBeingCreated

      public List<VariableDefinition> getVariableDefinitionsBeingCreated()
    • setVariableDefinitionsBeingCreated

      public void setVariableDefinitionsBeingCreated(List<VariableDefinition> variableDefinitionsBeingCreated)
    • getRepositoriesBeingCreated

      @NotNull public @NotNull Map<Long,RepositoryDataEntity> getRepositoriesBeingCreated()
    • getPlanRepositoriesBeingCreated

      @NotNull public @NotNull List<PlanRepositoryLink> getPlanRepositoriesBeingCreated()
    • setRepositoriesBeingCreated

      public void setRepositoriesBeingCreated(@NotNull @NotNull Map<Long,RepositoryDataEntity> repositoriesBeingCreated)
    • setPlanRepositoriesBeingCreated

      public void setPlanRepositoriesBeingCreated(List<PlanRepositoryLink> planRepositoriesBeingCreated)
    • setVcsBranchesBeingCreated

      public void setVcsBranchesBeingCreated(List<BambooVcsBranch> vcsBranches)
    • getVcsBranches

      @Nullable public @Nullable List<BambooVcsBranch> getVcsBranches()
    • getRepositoryIdChanges

      @Nullable public @Nullable Map<Long,Long> getRepositoryIdChanges()
    • setRepositoryIdChanges

      public void setRepositoryIdChanges(@NotNull @NotNull Map<Long,Long> repositoryIdChanges)
    • setPublicAccessForNewProject

      public void setPublicAccessForNewProject(boolean publicAccessForNewProject)
    • getPublicAccessForNewProject

      public boolean getPublicAccessForNewProject()