Uses of Class
com.jcabi.github.Check.Conclusion
-
Packages that use Check.Conclusion Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Check.Conclusion in com.jcabi.github
Methods in com.jcabi.github that return Check.Conclusion Modifier and Type Method Description static Check.ConclusionCheck.Conclusion. fromString(String value)Get conclusion from string.static Check.ConclusionCheck.Conclusion. valueOf(String name)Returns 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.Conclusion Modifier and Type Method Description CheckMkChecks. create(Check.Status status, Check.Conclusion conclusion)Create check.
-