@Immutable public class MavenDependenciesProcessorTaskProperties extends TaskProperties
| Modifier | Constructor and Description |
|---|---|
protected |
MavenDependenciesProcessorTaskProperties() |
|
MavenDependenciesProcessorTaskProperties(String description,
boolean enabled,
String overrideProjectFile,
String workingSubdirectory,
String alternatePathForTheGlobalSettingsFile,
String alternatePathForTheUserSettingsFile,
String pathToMavenLocalRepository) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
String |
getAlternatePathForTheGlobalSettingsFile() |
String |
getAlternatePathForTheUserSettingsFile() |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getOverrideProjectFile() |
String |
getPathToMavenLocalRepository() |
String |
getWorkingSubdirectory() |
int |
hashCode() |
void |
validate() |
getDescription, isEnabled, toStringprotected MavenDependenciesProcessorTaskProperties()
public MavenDependenciesProcessorTaskProperties(String description, boolean enabled, String overrideProjectFile, String workingSubdirectory, String alternatePathForTheGlobalSettingsFile, String alternatePathForTheUserSettingsFile, String pathToMavenLocalRepository) throws PropertiesValidationException
PropertiesValidationException@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskProperties@Nullable public String getOverrideProjectFile()
@Nullable public String getWorkingSubdirectory()
@Nullable public String getAlternatePathForTheGlobalSettingsFile()
@Nullable public String getAlternatePathForTheUserSettingsFile()
@Nullable public String getPathToMavenLocalRepository()
public boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic EnumSet<Applicability> applicableTo()
applicableTo in class TaskPropertiesCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.