Uses of Class
com.circleci.client.v2.model.Workflow
-
Packages that use Workflow Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of Workflow in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return Workflow Modifier and Type Method Description WorkflowDefaultApi. getWorkflowById(UUID id)Get a workflow Returns summary fields of a workflow by ID.Methods in com.circleci.client.v2.api that return types with arguments of type Workflow Modifier and Type Method Description ApiResponse<Workflow>DefaultApi. getWorkflowByIdWithHttpInfo(UUID id)Get a workflow Returns summary fields of a workflow by ID. -
Uses of Workflow in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return Workflow Modifier and Type Method Description WorkflowWorkflow. createdAt(OffsetDateTime createdAt)WorkflowWorkflow. id(UUID id)WorkflowWorkflow. name(String name)WorkflowWorkflow. pipelineId(UUID pipelineId)WorkflowWorkflow. pipelineNumber(Long pipelineNumber)WorkflowWorkflow. projectSlug(String projectSlug)WorkflowWorkflow. status(Workflow.StatusEnum status)WorkflowWorkflow. stoppedAt(OffsetDateTime stoppedAt)
-