Package org.kohsuke.github
Class GHRepositoryStatistics.Participation
java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHRepositoryStatistics.Participation
- Enclosing class:
- GHRepositoryStatistics
The type Participation.
-
Field Summary
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all commits.Gets the html url.Gets owner commits.getRoot()Deprecated.Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Constructor Details
-
Participation
public Participation()Create default Participation instance
-
-
Method Details
-
getHtmlUrl
Gets the html url.- Specified by:
getHtmlUrlin classGHObject- Returns:
- the html url
- Throws:
IOException- Signals that an I/O exception has occurred.
-
getAllCommits
Gets all commits.- Returns:
- The list of commit counts for everyone combined, for the last 52 weeks.
-
getOwnerCommits
Gets owner commits.- Returns:
- The list of commit counts for the owner, for the last 52 weeks.
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
GitHubinstance, use a local copy instead of pulling it out of objects.