Class InjectVariablesTaskProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties

    @Immutable
    public final class InjectVariablesTaskProperties
    extends com.atlassian.bamboo.specs.api.model.task.TaskProperties
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InjectVariablesTaskProperties()  
        InjectVariablesTaskProperties​(@Nullable java.lang.String description, boolean enabled, @NotNull java.lang.String path, @NotNull java.lang.String namespace, @NotNull InjectVariablesScope scope, @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
      boolean equals​(java.lang.Object o)  
      @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()  
      @NotNull java.lang.String getNamespace()  
      @NotNull java.lang.String getPath()  
      @NotNull InjectVariablesScope getScope()  
      int hashCode()  
      void validate()  
      • Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties

        applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • VALID_NAMESPACE_PATTERN

        public static final java.util.regex.Pattern VALID_NAMESPACE_PATTERN
      • DEFAULT_NAMESPACE

        public static final java.lang.String DEFAULT_NAMESPACE
    • Constructor Detail

      • InjectVariablesTaskProperties

        protected InjectVariablesTaskProperties()
      • InjectVariablesTaskProperties

        public InjectVariablesTaskProperties​(@Nullable
                                             @Nullable java.lang.String description,
                                             boolean enabled,
                                             @NotNull
                                             @NotNull java.lang.String path,
                                             @NotNull
                                             @NotNull java.lang.String namespace,
                                             @NotNull
                                             @NotNull InjectVariablesScope scope,
                                             @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
      • getPath

        @NotNull
        public @NotNull java.lang.String getPath()
      • getNamespace

        @NotNull
        public @NotNull java.lang.String getNamespace()
      • 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
      • 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