Class ExtendedVersion

java.lang.Object
com.atlassian.jira.rest.client.api.domain.Version
hudson.plugins.jira.extension.ExtendedVersion
All Implemented Interfaces:
com.atlassian.jira.rest.client.api.AddressableEntity, com.atlassian.jira.rest.client.api.NamedEntity

public class ExtendedVersion extends com.atlassian.jira.rest.client.api.domain.Version
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExtendedVersion(URI self, Long id, String name, String description, boolean archived, boolean released, org.joda.time.DateTime startDate, org.joda.time.DateTime releaseDate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
     

    Methods inherited from class com.atlassian.jira.rest.client.api.domain.Version

    equals, getDescription, getId, getName, getReleaseDate, getSelf, hashCode, isArchived, isReleased, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExtendedVersion

      public ExtendedVersion(URI self, @Nullable Long id, String name, String description, boolean archived, boolean released, @Nullable org.joda.time.DateTime startDate, @Nullable org.joda.time.DateTime releaseDate)
  • Method Details

    • getStartDate

      @Nullable public org.joda.time.DateTime getStartDate()