Class MavenDependenciesProcessorTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ModifierConstructorDescriptionprotected
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
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
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 Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getOverrideProjectFile
-
getWorkingSubdirectory
-
getAlternatePathForTheGlobalSettingsFile
-
getAlternatePathForTheUserSettingsFile
-
getPathToMavenLocalRepository
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-
applicableTo
- Overrides:
applicableTo
in classTaskProperties
-