Class ComponentInput

java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.ComponentInput

public class ComponentInput extends Object
Details about project component to be created or updated;
Since:
com.atlassian.jira.rest.client.api 0.3, server 4.4
  • Constructor Details

    • ComponentInput

      public ComponentInput(@Nullable String name, @Nullable String description, @Nullable String leadUsername, @Nullable AssigneeType assigneeType)
  • Method Details

    • getName

      @Nullable public String getName()
    • getDescription

      @Nullable public String getDescription()
    • getLeadUsername

      @Nullable public String getLeadUsername()
    • getAssigneeType

      @Nullable public AssigneeType getAssigneeType()