mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
19 lines
1.2 KiB
Markdown
19 lines
1.2 KiB
Markdown
# ActionTask
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**createdAt** | [**Date**](Date.md) | | [optional]
|
|
**displayTitle** | **String** | DisplayTitle is the display title for the workflow run | [optional]
|
|
**event** | **String** | Event is the type of event that triggered the workflow | [optional]
|
|
**headBranch** | **String** | HeadBranch is the branch that triggered the workflow | [optional]
|
|
**headSha** | **String** | HeadSHA is the commit SHA that triggered the workflow | [optional]
|
|
**id** | **Long** | ID is the unique identifier for the action task | [optional]
|
|
**name** | **String** | Name is the name of the workflow | [optional]
|
|
**runNumber** | **Long** | RunNumber is the sequential number of the workflow run | [optional]
|
|
**runStartedAt** | [**Date**](Date.md) | | [optional]
|
|
**status** | **String** | Status indicates the current status of the workflow run | [optional]
|
|
**updatedAt** | [**Date**](Date.md) | | [optional]
|
|
**url** | **String** | URL is the API URL for this workflow run | [optional]
|
|
**workflowId** | **String** | WorkflowID is the identifier of the workflow | [optional]
|