Class MavenDependenciesProcessorConfig
- java.lang.Object
-
- com.atlassian.bamboo.plugins.maven.dependencies.MavenDependenciesProcessorConfig
-
public class MavenDependenciesProcessorConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description MavenDependenciesProcessorConfig(@NotNull TaskContext taskContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlternateGlobalSettingsPath()
String
getAlternateUserSettingsPath()
String
getLocalRepositoryPath()
String
getProjectFile()
File
getWorkingDirectory()
-
-
-
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 @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()
-
-