Uses of Class
com.jcabi.github.Statuses.StatusCreate
Packages that use Statuses.StatusCreate
-
Uses of Statuses.StatusCreate in com.jcabi.github
Methods in com.jcabi.github that return Statuses.StatusCreateModifier and TypeMethodDescriptionStatuses.StatusCreate.withContext(com.google.common.base.Optional<String> cntxt) Returns a StatusCreate with the given context.Statuses.StatusCreate.withDescription(String desc) Returns a StatusCreate with the given description.Statuses.StatusCreate.withState(Status.State stat) Returns a StatusCreate with the given state.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.StatusCreateModifier and TypeMethodDescriptionfinal StatusRtStatuses.create(Statuses.StatusCreate status) Statuses.create(Statuses.StatusCreate status) Create new status.