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