CodebaseTask
A task associated with a codebase update.
type CodebaseTask {
dateUpdated: String!
failureReason: String!
modulePath: String!
status: String!
}
Fields
CodebaseTask.dateUpdated ● String! non-null scalar common
When the task was last updated.
CodebaseTask.failureReason ● String! non-null scalar common
The reason the task failed, if any.
CodebaseTask.modulePath ● String! non-null scalar common
The plugin or module path the task applies to.
CodebaseTask.status ● String! non-null scalar common
The current task status.
Member Of
CodebasePlugins object