Uses of Class
org.cyclonedx.model.formulation.task.Task
-
Packages that use Task Package Description org.cyclonedx.model.formulation -
-
Uses of Task in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type Task Modifier and Type Field Description private java.util.List<Task>Workflow. tasksMethods in org.cyclonedx.model.formulation that return types with arguments of type Task Modifier and Type Method Description java.util.List<Task>Workflow. getTasks()Method parameters in org.cyclonedx.model.formulation with type arguments of type Task Modifier and Type Method Description voidWorkflow. setTasks(java.util.List<Task> tasks)
-