Klasse VersionIssuesStatusForFixVersion

java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionIssuesStatusForFixVersion

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionIssuesStatusForFixVersion extends Object
VersionIssuesStatusForFixVersion
  • Felddetails

    • done

      protected Long done
      Count of issues with status *done*.
    • inProgress

      protected Long inProgress
      Count of issues with status *in progress*.
    • toDo

      protected Long toDo
      Count of issues with status *to do*.
    • unmapped

      protected Long unmapped
      Count of issues with a status other than *to do*, *in progress*, and *done*.
  • Konstruktordetails

    • VersionIssuesStatusForFixVersion

      public VersionIssuesStatusForFixVersion(Consumer<VersionIssuesStatusForFixVersion> spec)
      Constructs a validated instance of VersionIssuesStatusForFixVersion.
      Parameter:
      spec - the specification to process
    • VersionIssuesStatusForFixVersion

      @Internal public VersionIssuesStatusForFixVersion(Long done, Long inProgress, Long toDo, Long unmapped)
      Constructs a validated instance of VersionIssuesStatusForFixVersion.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using VersionIssuesStatusForFixVersion(Consumer) instead.

      Parameter:
      done - Count of issues with status *done*.
      inProgress - Count of issues with status *in progress*.
      toDo - Count of issues with status *to do*.
      unmapped - Count of issues with a status other than *to do*, *in progress*, and *done*.
    • VersionIssuesStatusForFixVersion

      protected VersionIssuesStatusForFixVersion()
  • Methodendetails