Class VersionInput
java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.VersionInput
Input data describing details of a project version to create.
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionVersionInput(String projectKey, String name, String description, org.joda.time.DateTime releaseDate, boolean isArchived, boolean isReleased) -
Method Summary
-
Constructor Details
-
VersionInput
-
-
Method Details
-
create
public static VersionInput create(String projectKey, String name, @Nullable String description, @Nullable org.joda.time.DateTime releaseDate, boolean archived, boolean release) -
getProjectKey
-
getName
-
getDescription
-
getReleaseDate
public org.joda.time.DateTime getReleaseDate() -
isArchived
public boolean isArchived() -
isReleased
public boolean isReleased() -
toString
-
equals
-
hashCode
public int hashCode()
-