com.atlassian.bamboo.build.creation
Class BuildPlanConstructorFactory

java.lang.Object
  extended by com.atlassian.bamboo.build.creation.BuildPlanConstructorFactory

Deprecated. since 2.7. This can only create Build objects and these are no longer supported. There is no direct replacement for this functionality but various implementation of the PlanCreationService may provide the required functionality

@Deprecated
public class BuildPlanConstructorFactory
extends java.lang.Object


Constructor Summary
BuildPlanConstructorFactory(ProjectManager projectManager, BambooAclUpdateHelper bambooAclUpdateHelper, BambooAuthenticationContext authenticationContext, BuildCreationService buildCreationService, BuildDefinitionConverter buildDefinitionConverter)
          Deprecated.  
 
Method Summary
 BuildPlanConstructor newBuildPlanConstructor()
          Deprecated.  
 BuildPlanConstructor newBuildPlanConstructor(Build build, BuildConfiguration buildConfiguration)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildPlanConstructorFactory

public BuildPlanConstructorFactory(ProjectManager projectManager,
                                   BambooAclUpdateHelper bambooAclUpdateHelper,
                                   BambooAuthenticationContext authenticationContext,
                                   BuildCreationService buildCreationService,
                                   BuildDefinitionConverter buildDefinitionConverter)
Deprecated. 
Method Detail

newBuildPlanConstructor

public BuildPlanConstructor newBuildPlanConstructor()
Deprecated. 

newBuildPlanConstructor

public BuildPlanConstructor newBuildPlanConstructor(Build build,
                                                    BuildConfiguration buildConfiguration)
Deprecated. 


Copyright © 2010 Atlassian. All Rights Reserved.