Uses of Class
dev.cdevents.models.pipelinerun.finished.Subject.Type
-
Packages that use Subject.Type Package Description dev.cdevents.models.pipelinerun.finished -
-
Uses of Subject.Type in dev.cdevents.models.pipelinerun.finished
Methods in dev.cdevents.models.pipelinerun.finished 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.finished with parameters of type Subject.Type Modifier and Type Method Description voidSubject. setType(Subject.Type type)(Required)
-