Uses of Class
org.kohsuke.github.GHDeploymentBuilder
Packages that use GHDeploymentBuilder
-
Uses of GHDeploymentBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHDeploymentBuilderModifier and TypeMethodDescriptionGHDeploymentBuilder.autoMerge(boolean autoMerge) Auto merge gh deployment builder.GHRepository.createDeployment(String ref) Create deployment gh deployment builder.GHDeploymentBuilder.description(String description) Description gh deployment builder.GHDeploymentBuilder.environment(String environment) Environment gh deployment builder.Payload gh deployment builder.GHDeploymentBuilder.productionEnvironment(boolean productionEnvironment) Specifies if the given environment is one that end-users directly interact with.Ref gh deployment builder.GHDeploymentBuilder.requiredContexts(List<String> requiredContexts) Required contexts gh deployment builder.Task gh deployment builder.GHDeploymentBuilder.transientEnvironment(boolean transientEnvironment) Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future.