Uses of Enum
com.jcabi.github.Check.Status
Packages that use Check.Status
Package
Description
Object-Oriented GitHub API.
Mock GitHub server.
-
Uses of Check.Status in com.jcabi.github
Methods in com.jcabi.github that return Check.StatusModifier and TypeMethodDescriptionstatic Check.StatusCheck.Status.fromString(String value) Get status from string.static Check.StatusReturns the enum constant of this type with the specified name.static Check.Status[]Check.Status.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Check.Status in com.jcabi.github.mock
Methods in com.jcabi.github.mock with parameters of type Check.StatusModifier and TypeMethodDescriptionMkChecks.create(Check.Status status, Check.Conclusion conclusion) Create check.