Uses of Class
org.kohsuke.github.GHDeploymentState
-
Packages that use GHDeploymentState Package Description org.kohsuke.github -
-
Uses of GHDeploymentState in org.kohsuke.github
Methods in org.kohsuke.github that return GHDeploymentState Modifier and Type Method Description GHDeploymentStateGHDeploymentStatus. getState()Gets state.static GHDeploymentStateGHDeploymentState. valueOf(String name)Returns the enum constant of this type with the specified name.static GHDeploymentState[]GHDeploymentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type GHDeploymentState 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.Constructors in org.kohsuke.github with parameters of type GHDeploymentState Constructor Description GHDeploymentStatusBuilder(GHRepository repo, int deploymentId, GHDeploymentState state)Deprecated.
-