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