Class 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
      protected MavenDependenciesProcessorTaskProperties()  
        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)  
    • 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:
        getAtlassianPlugin in class com.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:
        equals in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
      • validate

        public void validate()
        Specified by:
        validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties
        Overrides:
        validate in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
      • applicableTo

        public java.util.EnumSet<com.atlassian.bamboo.specs.api.builders.Applicability> applicableTo()
        Overrides:
        applicableTo in class com.atlassian.bamboo.specs.api.model.task.TaskProperties