Uses of Enum Class
org.miaixz.bus.gitlab.models.ExternalStatusCheckStatus.Status
Packages that use ExternalStatusCheckStatus.Status
-
Uses of ExternalStatusCheckStatus.Status in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type ExternalStatusCheckStatus.StatusModifier and TypeMethodDescriptionExternalStatusCheckApi.setStatusOfExternalStatusCheck(Object projectIdOrPath, Long mergeRequestIid, String sha, Long externalStatusCheckId, ExternalStatusCheckStatus.Status status) Set the status of an external status check for a given merge request. -
Uses of ExternalStatusCheckStatus.Status in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return ExternalStatusCheckStatus.StatusModifier and TypeMethodDescriptionExternalStatusCheckStatus.getStatus()Returns the enum constant of this class with the specified name.static ExternalStatusCheckStatus.Status[]ExternalStatusCheckStatus.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models with parameters of type ExternalStatusCheckStatus.StatusModifier and TypeMethodDescriptionvoidExternalStatusCheckStatus.setStatus(ExternalStatusCheckStatus.Status status)