Class MavenDependenciesProcessorTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.MavenDependenciesProcessorTaskProperties
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
@Immutable public class MavenDependenciesProcessorTaskProperties extends com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMavenDependenciesProcessorTaskProperties()MavenDependenciesProcessorTaskProperties(@Nullable java.lang.String description, boolean enabled, @Nullable java.lang.String overrideProjectFile, @Nullable java.lang.String workingSubdirectory, @Nullable java.lang.String alternatePathForTheGlobalSettingsFile, @Nullable java.lang.String alternatePathForTheUserSettingsFile, @Nullable java.lang.String pathToMavenLocalRepository, @NotNull java.util.List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull java.util.List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.EnumSet<com.atlassian.bamboo.specs.api.builders.Applicability>applicableTo()booleanequals(java.lang.Object o)@Nullable java.lang.StringgetAlternatePathForTheGlobalSettingsFile()@Nullable java.lang.StringgetAlternatePathForTheUserSettingsFile()@NotNull com.atlassian.bamboo.specs.api.model.AtlassianModulePropertiesgetAtlassianPlugin()@Nullable java.lang.StringgetOverrideProjectFile()@Nullable java.lang.StringgetPathToMavenLocalRepository()@Nullable java.lang.StringgetWorkingSubdirectory()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
MavenDependenciesProcessorTaskProperties
protected MavenDependenciesProcessorTaskProperties()
-
MavenDependenciesProcessorTaskProperties
public MavenDependenciesProcessorTaskProperties(@Nullable @Nullable java.lang.String description, boolean enabled, @Nullable @Nullable java.lang.String overrideProjectFile, @Nullable @Nullable java.lang.String workingSubdirectory, @Nullable @Nullable java.lang.String alternatePathForTheGlobalSettingsFile, @Nullable @Nullable java.lang.String alternatePathForTheUserSettingsFile, @Nullable @Nullable java.lang.String pathToMavenLocalRepository, @NotNull @NotNull java.util.List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException- Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
getOverrideProjectFile
@Nullable public @Nullable java.lang.String getOverrideProjectFile()
-
getWorkingSubdirectory
@Nullable public @Nullable java.lang.String getWorkingSubdirectory()
-
getAlternatePathForTheGlobalSettingsFile
@Nullable public @Nullable java.lang.String getAlternatePathForTheGlobalSettingsFile()
-
getAlternatePathForTheUserSettingsFile
@Nullable public @Nullable java.lang.String getAlternatePathForTheUserSettingsFile()
-
getPathToMavenLocalRepository
@Nullable public @Nullable java.lang.String getPathToMavenLocalRepository()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
validate
public void validate()
- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties- Overrides:
validatein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
applicableTo
public java.util.EnumSet<com.atlassian.bamboo.specs.api.builders.Applicability> applicableTo()
- Overrides:
applicableToin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
-