Uses of Class
dev.cdevents.models.pipelinerun.started.Subject.Type
-
Packages that use Subject.Type Package Description dev.cdevents.models.pipelinerun.started -
-
Uses of Subject.Type in dev.cdevents.models.pipelinerun.started
Methods in dev.cdevents.models.pipelinerun.started that return Subject.Type Modifier and Type Method Description static Subject.TypeSubject.Type. fromValue(String value)Subject.TypeSubject. getType()(Required)static Subject.TypeSubject.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Subject.Type[]Subject.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.pipelinerun.started with parameters of type Subject.Type Modifier and Type Method Description voidSubject. setType(Subject.Type type)(Required)
-