Uses of Enum Class
org.jenkinsci.plugins.stashNotifier.StashBuildState
Packages that use StashBuildState
-
Uses of StashBuildState in org.jenkinsci.plugins.stashNotifier
Methods in org.jenkinsci.plugins.stashNotifier that return StashBuildStateModifier and TypeMethodDescriptionStashNotifier.getBuildStatus()protected StashBuildStateStashNotifier.getPushedBuildStatus(StashBuildState currentBuildStatus) Returns the build state to be pushed.static StashBuildStateReturns the enum constant of this class with the specified name.static StashBuildState[]StashBuildState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.stashNotifier with parameters of type StashBuildStateModifier and TypeMethodDescriptionprotected StringStashNotifier.getBuildDescription(Run<?, ?> run, StashBuildState state) Returns the description of the run used for the Bitbucket notification.protected StashBuildStateStashNotifier.getPushedBuildStatus(StashBuildState currentBuildStatus) Returns the build state to be pushed.protected NotificationResultStashNotifier.notifyStash(PrintStream logger, Run<?, ?> run, String commitSha1, TaskListener listener, StashBuildState state) Notifies the configured Bitbucket server by POSTing the run results to the Bitbucket run API.