Uses of Class
io.gitea.model.AddTimeOption
-
Packages that use AddTimeOption Package Description io.gitea.api io.gitea.model -
-
Uses of AddTimeOption in io.gitea.api
Methods in io.gitea.api with parameters of type AddTimeOption Modifier and Type Method Description TrackedTimeIssueApi. issueAddTime(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body)Add tracked time to a issuecom.squareup.okhttp.CallIssueApi. issueAddTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body, ApiCallback<TrackedTime> callback)Add tracked time to a issue (asynchronously)com.squareup.okhttp.CallIssueApi. issueAddTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueAddTimeApiResponse<TrackedTime>IssueApi. issueAddTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body)Add tracked time to a issue -
Uses of AddTimeOption in io.gitea.model
Methods in io.gitea.model that return AddTimeOption Modifier and Type Method Description AddTimeOptionAddTimeOption. created(org.threeten.bp.OffsetDateTime created)AddTimeOptionAddTimeOption. time(java.lang.Long time)AddTimeOptionAddTimeOption. userName(java.lang.String userName)
-