com.atlassian.bamboo.repository.migration
Class RepositoryConfigurationConverter

java.lang.Object
  extended by com.atlassian.bamboo.repository.migration.RepositoryConfigurationConverter

public class RepositoryConfigurationConverter
extends java.lang.Object


Field Summary
static java.lang.String NULL_REPOSITORY_KEY
           
 
Method Summary
static PlanRepositoryLinkImpl convertRepositoryConfigurationInPlan(Plan plan, BuildConfiguration buildConfiguration, RepositoryDefinitionManager repositoryDefinitionManager)
           
static long stripAndSaveRepositoryConfiguration(PlanRepositoryLink planRepository, RepositoryDefinitionManager repositoryDefinitionManager, Plan plan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_REPOSITORY_KEY

public static final java.lang.String NULL_REPOSITORY_KEY
See Also:
Constant Field Values
Method Detail

convertRepositoryConfigurationInPlan

@Nullable
public static PlanRepositoryLinkImpl convertRepositoryConfigurationInPlan(Plan plan,
                                                                                   BuildConfiguration buildConfiguration,
                                                                                   RepositoryDefinitionManager repositoryDefinitionManager)

stripAndSaveRepositoryConfiguration

public static long stripAndSaveRepositoryConfiguration(@Nullable
                                                       PlanRepositoryLink planRepository,
                                                       @NotNull
                                                       RepositoryDefinitionManager repositoryDefinitionManager,
                                                       @NotNull
                                                       Plan plan)


Copyright © 2012 Atlassian. All Rights Reserved.