Uses of Class
io.gitea.model.StopWatch
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of StopWatch in io.gitea.api
Methods in io.gitea.api that return types with arguments of type StopWatch Modifier and Type Method Description java.util.List<StopWatch>UserApi. userGetStopWatches(java.lang.Integer page, java.lang.Integer limit)Get list of all existing stopwatchesApiResponse<java.util.List<StopWatch>>UserApi. userGetStopWatchesWithHttpInfo(java.lang.Integer page, java.lang.Integer limit)Get list of all existing stopwatchesMethod parameters in io.gitea.api with type arguments of type StopWatch Modifier and Type Method Description com.squareup.okhttp.CallUserApi. userGetStopWatchesAsync(java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<StopWatch>> callback)Get list of all existing stopwatches (asynchronously) -
Uses of StopWatch in io.gitea.model
Methods in io.gitea.model that return StopWatch Modifier and Type Method Description StopWatchStopWatch. created(org.threeten.bp.OffsetDateTime created)StopWatchStopWatch. duration(java.lang.String duration)StopWatchStopWatch. issueIndex(java.lang.Long issueIndex)StopWatchStopWatch. issueTitle(java.lang.String issueTitle)StopWatchStopWatch. repoName(java.lang.String repoName)StopWatchStopWatch. repoOwnerName(java.lang.String repoOwnerName)StopWatchStopWatch. seconds(java.lang.Long seconds)