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
ConstructorsModifierConstructorDescriptionprotectedMavenDependenciesProcessorTaskProperties(@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:
getAtlassianPluginin classTaskProperties
-
getOverrideProjectFile
-
getWorkingSubdirectory
-
getAlternatePathForTheGlobalSettingsFile
-
getAlternatePathForTheUserSettingsFile
-
getPathToMavenLocalRepository
-
equals
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskProperties
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
applicableTo
- Overrides:
applicableToin classTaskProperties
-