Uses of Enum
com.blackduck.integration.polaris.common.api.model.JobStatus.StateEnum
Packages that use JobStatus.StateEnum
-
Uses of JobStatus.StateEnum in com.blackduck.integration.polaris.common.api.model
Methods in com.blackduck.integration.polaris.common.api.model that return JobStatus.StateEnumModifier and TypeMethodDescriptionstatic JobStatus.StateEnum
JobStatus.getState()
JobStatus.StateEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static JobStatus.StateEnum
Returns the enum constant of this type with the specified name.static JobStatus.StateEnum[]
JobStatus.StateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackduck.integration.polaris.common.api.model with parameters of type JobStatus.StateEnumModifier and TypeMethodDescriptionvoid
JobStatus.StateEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, JobStatus.StateEnum enumeration)