Uses of Enum Class
com.suse.coco.model.AttestationStatus
Packages that use AttestationStatus
-
Uses of AttestationStatus in com.suse.coco.model
Fields in com.suse.coco.model declared as AttestationStatusMethods in com.suse.coco.model that return AttestationStatusModifier and TypeMethodDescriptionAttestationResult.getStatus()AttestationStatus.nextStatus(boolean success) Gets next status, depending on success and current statusstatic AttestationStatusReturns the enum constant of this class with the specified name.static AttestationStatus[]AttestationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.suse.coco.model that return types with arguments of type AttestationStatusModifier and TypeMethodDescriptionstatic List<AttestationStatus> AttestationStatus.statusToListenList()Gets a list of status to be listened toMethods in com.suse.coco.model with parameters of type AttestationStatus