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 net.sf.json.JSONObjectRequiredBuildNotifier.createNotificationPayload(Run<?, ?> run, StashBuildState state, TaskListener listener) protected net.sf.json.JSONObjectStashNotifier.createNotificationPayload(Run<?, ?> run, StashBuildState state, TaskListener listener) Returns the HTTP POST entity body with the JSON representation of the run result to be sent to the Bitbucket build API.protected 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.