@Immutable public class MavenDependenciesProcessorTaskProperties extends TaskProperties
| Modifier | Constructor and Description |
|---|---|
protected |
MavenDependenciesProcessorTaskProperties() |
|
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) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
@Nullable String |
getAlternatePathForTheGlobalSettingsFile() |
@Nullable String |
getAlternatePathForTheUserSettingsFile() |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@Nullable String |
getOverrideProjectFile() |
@Nullable String |
getPathToMavenLocalRepository() |
@Nullable String |
getWorkingSubdirectory() |
int |
hashCode() |
void |
validate() |
getConditions, getDescription, getRequirements, isEnabled, toStringprotected MavenDependenciesProcessorTaskProperties()
public MavenDependenciesProcessorTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@Nullable
@Nullable String overrideProjectFile,
@Nullable
@Nullable String workingSubdirectory,
@Nullable
@Nullable String alternatePathForTheGlobalSettingsFile,
@Nullable
@Nullable String alternatePathForTheUserSettingsFile,
@Nullable
@Nullable String pathToMavenLocalRepository,
@NotNull
@NotNull List<RequirementProperties> requirements,
@NotNull
@NotNull List<? extends ConditionProperties> conditions)
throws PropertiesValidationException
PropertiesValidationException@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskProperties@Nullable public @Nullable String getOverrideProjectFile()
@Nullable public @Nullable String getWorkingSubdirectory()
@Nullable public @Nullable String getAlternatePathForTheGlobalSettingsFile()
@Nullable public @Nullable String getAlternatePathForTheUserSettingsFile()
@Nullable public @Nullable 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.