Uses of Class
org.kohsuke.github.GHDeploymentStatusBuilder
-
Packages that use GHDeploymentStatusBuilder Package Description org.kohsuke.github -
-
Uses of GHDeploymentStatusBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHDeploymentStatusBuilder Modifier and Type Method Description GHDeploymentStatusBuilderGHRepository. createDeployStatus(int deploymentId, GHDeploymentState ghDeploymentState)Deprecated.UsegetDeployment(deploymentId).createStatus(ghDeploymentState)GHDeploymentStatusBuilderGHDeployment. createStatus(GHDeploymentState state)Create status gh deployment status builder.GHDeploymentStatusBuilderGHDeploymentStatusBuilder. description(String description)Description gh deployment status builder.GHDeploymentStatusBuilderGHDeploymentStatusBuilder. targetUrl(String targetUrl)Target url gh deployment status builder.
-