Class MavenDependenciesProcessorTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public class MavenDependenciesProcessorTaskProperties extends TaskProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMavenDependenciesProcessorTaskProperties()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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumSet<Applicability>applicableTo()booleanequals(Object o)@Nullable StringgetAlternatePathForTheGlobalSettingsFile()@Nullable StringgetAlternatePathForTheUserSettingsFile()@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable StringgetOverrideProjectFile()@Nullable StringgetPathToMavenLocalRepository()@Nullable StringgetWorkingSubdirectory()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
getConditions, getDescription, getRequirements, isEnabled, toString
-
-
-
-
Constructor Detail
-
MavenDependenciesProcessorTaskProperties
protected MavenDependenciesProcessorTaskProperties()
-
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- Throws:
PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
getOverrideProjectFile
@Nullable public @Nullable String getOverrideProjectFile()
-
getWorkingSubdirectory
@Nullable public @Nullable String getWorkingSubdirectory()
-
getAlternatePathForTheGlobalSettingsFile
@Nullable public @Nullable String getAlternatePathForTheGlobalSettingsFile()
-
getAlternatePathForTheUserSettingsFile
@Nullable public @Nullable String getAlternatePathForTheUserSettingsFile()
-
getPathToMavenLocalRepository
@Nullable public @Nullable String getPathToMavenLocalRepository()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
applicableTo
public EnumSet<Applicability> applicableTo()
- Overrides:
applicableToin classTaskProperties
-
-