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.StateEnumJobStatus.getState()JobStatus.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static JobStatus.StateEnumReturns 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 TypeMethodDescriptionvoidJobStatus.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, JobStatus.StateEnum enumeration)