Class JiraIssueApiCall

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

    public class JiraIssueApiCall
    extends Object
    implements org.elasticsearch.xcontent.ToXContentObject
    • Constructor Detail

      • JiraIssueApiCall

        public JiraIssueApiCall()
    • Method Detail

      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.xcontent.ToXContent
        Throws:
        IOException
      • toJson

        public String toJson()
      • getProject

        public String getProject()
      • setProject

        public void setProject​(String project)
      • getSummary

        public String getSummary()
      • setSummary

        public void setSummary​(String summary)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getIssueType

        public String getIssueType()
      • setIssueType

        public void setIssueType​(String issueType)
      • getParent

        public String getParent()
      • setParent

        public void setParent​(String parent)
      • setCustomFields

        public void setCustomFields​(Map<Integer,​Object> customFields)
      • getPriority

        public String getPriority()
      • setPriority

        public void setPriority​(String priority)
      • getComponents

        public List<String> getComponents()
      • setComponents

        public void setComponents​(List<String> components)
      • setLabels

        public void setLabels​(List<String> labels)