Uses of Class
com.circleci.client.v2.model.Job.TypeEnum
-
Packages that use Job.TypeEnum Package Description com.circleci.client.v2.model -
-
Uses of Job.TypeEnum in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return Job.TypeEnum Modifier and Type Method Description static Job.TypeEnumJob.TypeEnum. fromValue(String value)Job.TypeEnumJob. getType()The type of job.static Job.TypeEnumJob.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Job.TypeEnum[]Job.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.circleci.client.v2.model with parameters of type Job.TypeEnum Modifier and Type Method Description voidJob. setType(Job.TypeEnum type)JobJob. type(Job.TypeEnum type)
-