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 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<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.EnumSet<Applicability>applicableTo()booleanequals(java.lang.Object o)@Nullable java.lang.StringgetAlternatePathForTheGlobalSettingsFile()@Nullable java.lang.StringgetAlternatePathForTheUserSettingsFile()@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable java.lang.StringgetOverrideProjectFile()@Nullable java.lang.StringgetPathToMavenLocalRepository()@Nullable java.lang.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 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<RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends ConditionProperties> conditions) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
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 classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
applicableTo
public java.util.EnumSet<Applicability> applicableTo()
- Overrides:
applicableToin classTaskProperties
-
-