@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,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
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() |
getConditions, getDescription, getRequirements, isEnabled, toString
protected MavenDependenciesProcessorTaskProperties()
public MavenDependenciesProcessorTaskProperties(@Nullable String description, boolean enabled, @Nullable String overrideProjectFile, @Nullable String workingSubdirectory, @Nullable String alternatePathForTheGlobalSettingsFile, @Nullable String alternatePathForTheUserSettingsFile, @Nullable String pathToMavenLocalRepository, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) 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 TaskProperties
public int hashCode()
hashCode
in class TaskProperties
public void validate()
validate
in interface EntityProperties
validate
in class TaskProperties
public EnumSet<Applicability> applicableTo()
applicableTo
in class TaskProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.