Uses of Class
org.cyclonedx.model.formulation.task.Command
-
Packages that use Command Package Description org.cyclonedx.model.formulation.task -
-
Uses of Command in org.cyclonedx.model.formulation.task
Fields in org.cyclonedx.model.formulation.task with type parameters of type Command Modifier and Type Field Description private java.util.List<Command>Step. commandsMethods in org.cyclonedx.model.formulation.task that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>Step. getCommands()Method parameters in org.cyclonedx.model.formulation.task with type arguments of type Command Modifier and Type Method Description voidStep. setCommands(java.util.List<Command> commands)
-