mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
13 lines
711 B
Markdown
13 lines
711 B
Markdown
# StopWatch
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**created** | [**Date**](Date.md) | | [optional]
|
|
**duration** | **String** | Duration is a human-readable duration string | [optional]
|
|
**issueIndex** | **Long** | IssueIndex is the index number of the associated issue | [optional]
|
|
**issueTitle** | **String** | IssueTitle is the title of the associated issue | [optional]
|
|
**repoName** | **String** | RepoName is the name of the repository | [optional]
|
|
**repoOwnerName** | **String** | RepoOwnerName is the name of the repository owner | [optional]
|
|
**seconds** | **Long** | Seconds is the total elapsed time in seconds | [optional]
|