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

public class VersionInput extends Object
Input data describing details of a project version to create.
Since:
v4.4
  • Constructor Details

    • VersionInput

      public VersionInput(String projectKey, String name, @Nullable String description, @Nullable org.joda.time.DateTime releaseDate, boolean isArchived, boolean isReleased)
  • 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

      public String getProjectKey()
    • getName

      public String getName()
    • getDescription

      @Nullable public String getDescription()
    • getReleaseDate

      public org.joda.time.DateTime getReleaseDate()
    • isArchived

      public boolean isArchived()
    • isReleased

      public boolean isReleased()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object