com.atlassian.bamboo.plugins.maven.dependencies
Class MavenDependenciesProcessorConfig

java.lang.Object
  extended by com.atlassian.bamboo.plugins.maven.dependencies.MavenDependenciesProcessorConfig

public class MavenDependenciesProcessorConfig
extends Object


Field Summary
static String CFG_ALTERNATE_GLOBAL_SETTINGS_PATH
           
static String CFG_ALTERNATE_USER_SETTINGS_PATH
           
static String CFG_LOCAL_REPOSITORY_PATH
           
static String DEFAULT_MAVEN_PROJECT_FILE
           
 
Constructor Summary
MavenDependenciesProcessorConfig(TaskContext taskContext)
           
 
Method Summary
 String getAlternateGlobalSettingsPath()
           
 String getAlternateUserSettingsPath()
           
 String getLocalRepositoryPath()
           
 String getProjectFile()
           
 File getWorkingDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CFG_ALTERNATE_GLOBAL_SETTINGS_PATH

public static final String CFG_ALTERNATE_GLOBAL_SETTINGS_PATH
See Also:
Constant Field Values

CFG_ALTERNATE_USER_SETTINGS_PATH

public static final String CFG_ALTERNATE_USER_SETTINGS_PATH
See Also:
Constant Field Values

CFG_LOCAL_REPOSITORY_PATH

public static final String CFG_LOCAL_REPOSITORY_PATH
See Also:
Constant Field Values

DEFAULT_MAVEN_PROJECT_FILE

public static final String DEFAULT_MAVEN_PROJECT_FILE
See Also:
Constant Field Values
Constructor Detail

MavenDependenciesProcessorConfig

public MavenDependenciesProcessorConfig(@NotNull
                                        TaskContext taskContext)
Method Detail

getProjectFile

public String getProjectFile()

getWorkingDirectory

public File getWorkingDirectory()

getAlternateGlobalSettingsPath

public String getAlternateGlobalSettingsPath()

getAlternateUserSettingsPath

public String getAlternateUserSettingsPath()

getLocalRepositoryPath

public String getLocalRepositoryPath()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.