Class IssueActionDefinition

    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getLabel

        public String getLabel()
        Gets value for attribute label
      • setLabel

        public void setLabel​(String label)
        Sets value for attribute label
      • getParameters

        public List<DataType> getParameters()
        Gets value for attribute parameters
      • setParameters

        public void setParameters​(List<DataType> parameters)
        Sets value for attribute parameters
      • getIssueTypes

        public List<String> getIssueTypes()
        Gets value for attribute issueTypes
      • setIssueTypes

        public void setIssueTypes​(List<String> issueTypes)
        Sets value for attribute issueTypes
      • getHandler

        public String getHandler()
        Gets value for attribute handler
      • setHandler

        public void setHandler​(String handler)
        Sets value for attribute handler
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object