Package hudson.plugins.ws_cleanup
Class Messages
java.lang.Object
hudson.plugins.ws_cleanup.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyDisableDeferredWipeoutNodeProperty.Name
:Disable deferred wipeout on this node
.static org.jvnet.localizer.Localizable
KeyPreBuildCleanup.Delete_workspace
:Delete workspace before build starts
.static org.jvnet.localizer.Localizable
KeyWsCleanup.Delete_workspace
:Delete workspace when build is done
.static String
KeyDisableDeferredWipeoutNodeProperty.Name
:Disable deferred wipeout on this node
.static String
KeyPreBuildCleanup.Delete_workspace
:Delete workspace before build starts
.static String
KeyWsCleanup.Delete_workspace
:Delete workspace when build is done
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
WsCleanup_Delete_workspace
KeyWsCleanup.Delete_workspace
:Delete workspace when build is done
.- Returns:
Delete workspace when build is done
-
_WsCleanup_Delete_workspace
public static org.jvnet.localizer.Localizable _WsCleanup_Delete_workspace()KeyWsCleanup.Delete_workspace
:Delete workspace when build is done
.- Returns:
Delete workspace when build is done
-
PreBuildCleanup_Delete_workspace
KeyPreBuildCleanup.Delete_workspace
:Delete workspace before build starts
.- Returns:
Delete workspace before build starts
-
_PreBuildCleanup_Delete_workspace
public static org.jvnet.localizer.Localizable _PreBuildCleanup_Delete_workspace()KeyPreBuildCleanup.Delete_workspace
:Delete workspace before build starts
.- Returns:
Delete workspace before build starts
-
DisableDeferredWipeoutNodeProperty_Name
KeyDisableDeferredWipeoutNodeProperty.Name
:Disable deferred wipeout on this node
.- Returns:
Disable deferred wipeout on this node
-
_DisableDeferredWipeoutNodeProperty_Name
public static org.jvnet.localizer.Localizable _DisableDeferredWipeoutNodeProperty_Name()KeyDisableDeferredWipeoutNodeProperty.Name
:Disable deferred wipeout on this node
.- Returns:
Disable deferred wipeout on this node
-