Package org.kohsuke.github
Class GHRepositoryStatistics.CommitActivity
- java.lang.Object
-
- org.kohsuke.github.GHObject
-
- org.kohsuke.github.GHRepositoryStatistics.CommitActivity
-
- Enclosing class:
- GHRepositoryStatistics
public static class GHRepositoryStatistics.CommitActivity extends GHObject
The type CommitActivity.
-
-
Field Summary
-
Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields
-
-
Constructor Summary
Constructors Constructor Description CommitActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Integer>
getDays()
Gets days.URL
getHtmlUrl()
Gets html url.GitHub
getRoot()
Deprecated.For access to theGitHub
instance, use a local copy instead of pulling it out of objects.int
getTotal()
Gets total.long
getWeek()
Gets week.-
Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
-
-
-
Method Detail
-
getDays
public List<Integer> getDays()
Gets days.- Returns:
- The number of commits for each day of the week. 0 = Sunday, 1 = Monday, etc.
-
getTotal
public int getTotal()
Gets total.- Returns:
- The total number of commits for the week.
-
getWeek
public long getWeek()
Gets week.- Returns:
- The start of the week as a UNIX timestamp.
-
getHtmlUrl
public URL getHtmlUrl() throws IOException
Description copied from class:GHObject
Gets html url.- Specified by:
getHtmlUrl
in classGHObject
- Returns:
- URL of this object for humans, which renders some HTML.
- Throws:
IOException
- on error
-
getRoot
@Deprecated public GitHub getRoot()
Deprecated.For access to theGitHub
instance, use a local copy instead of pulling it out of objects.Get the rootGitHub
instance for this object.- Returns:
- the root
GitHub
instance
-
-