com.atlassian.jira.rest.v2.issue.version
Class VersionIssueCountsBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.version.VersionIssueCountsBean

public class VersionIssueCountsBean
extends Object

Since:
v4.4

Nested Class Summary
static class VersionIssueCountsBean.Builder
           
 
Constructor Summary
VersionIssueCountsBean()
           
 
Method Summary
 long getIssuesAffectedCount()
           
 long getIssuesFixedCount()
           
 URI getSelf()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionIssueCountsBean

public VersionIssueCountsBean()
Method Detail

getIssuesFixedCount

public long getIssuesFixedCount()

getIssuesAffectedCount

public long getIssuesAffectedCount()

getSelf

public URI getSelf()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.