Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
Duration duration)
Adds spent time for this issue
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
int duration)
Adds spent time for this issue
|
TimeStats |
IssuesApi.addSpentTime(Object projectIdOrPath,
Integer issueIid,
String duration)
Adds spent time for this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
Duration duration)
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
int duration)
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.estimateTime(Object projectIdOrPath,
Integer issueIid,
String duration)
Sets an estimated time of work in this issue
|
TimeStats |
IssuesApi.getTimeTrackingStats(Object projectIdOrPath,
Integer issueIid)
Get time tracking stats.
|
TimeStats |
IssuesApi.resetEstimatedTime(Object projectIdOrPath,
Integer issueIid)
Resets the estimated time for this issue to 0 seconds.
|
TimeStats |
IssuesApi.resetSpentTime(Object projectIdOrPath,
Integer issueIid)
Resets the total spent time for this issue to 0 seconds.
|
Modifier and Type | Method and Description |
---|---|
Optional<TimeStats> |
IssuesApi.getOptionalTimeTrackingStats(Object projectIdOrPath,
Integer issueIid)
Get time tracking stats as an Optional instance
|
Modifier and Type | Method and Description |
---|---|
TimeStats |
MergeRequest.getTimeStats() |
TimeStats |
Issue.getTimeStats() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequest.setTimeStats(TimeStats timeStats) |
void |
Issue.setTimeStats(TimeStats timeStats) |
Copyright © 2019. All rights reserved.