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