Uses of Class
com.jcabi.github.Statuses.StatusCreate
-
Packages that use Statuses.StatusCreate Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Statuses.StatusCreate in com.jcabi.github
Methods in com.jcabi.github that return Statuses.StatusCreate Modifier and Type Method Description Statuses.StatusCreate
Statuses.StatusCreate. withContext(com.google.common.base.Optional<String> cntxt)
Returns a StatusCreate with the given context.Statuses.StatusCreate
Statuses.StatusCreate. withDescription(String desc)
Returns a StatusCreate with the given description.Statuses.StatusCreate
Statuses.StatusCreate. withState(Status.State stat)
Returns a StatusCreate with the given state.Statuses.StatusCreate
Statuses.StatusCreate. withTargetUrl(com.google.common.base.Optional<String> target)
Returns a StatusCreate with the given target URL.Methods in com.jcabi.github with parameters of type Statuses.StatusCreate Modifier and Type Method Description Status
RtStatuses. create(Statuses.StatusCreate status)
Create new status for a commit.Status
Statuses. create(Statuses.StatusCreate status)
Create new status.
-