1
This commit is contained in:
parent
b4996908e8
commit
dcf7170e28
@ -27,6 +27,9 @@ export interface DeploymentConfig extends BaseResponse {
|
|||||||
publishedWorkflowDefinition?: WorkflowDefinition;
|
publishedWorkflowDefinition?: WorkflowDefinition;
|
||||||
buildVariables: JsonNode;
|
buildVariables: JsonNode;
|
||||||
formVariablesSchema: JsonNode,
|
formVariablesSchema: JsonNode,
|
||||||
|
lastBuildStatus: string,
|
||||||
|
lastBuildStartTime: string,
|
||||||
|
lastBuildEndTime: string,
|
||||||
enabled: boolean;
|
enabled: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user