Class ComponentInput
java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.ComponentInput
Details about project component to be created or updated;
- Since:
- com.atlassian.jira.rest.client.api 0.3, server 4.4
-
Constructor Summary
ConstructorsConstructorDescriptionComponentInput(String name, String description, String leadUsername, AssigneeType assigneeType) -
Method Summary
-
Constructor Details
-
ComponentInput
public ComponentInput(@Nullable String name, @Nullable String description, @Nullable String leadUsername, @Nullable AssigneeType assigneeType)
-
-
Method Details
-
getName
-
getDescription
-
getLeadUsername
-
getAssigneeType
-