Class Messages
java.lang.Object
jenkins.plugins.publish_over.view_defaults.BPInstanceConfig.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyaddPublisher:Add Server.static org.jvnet.localizer.LocalizableKeyalwaysPublishFromMaster:Always transfer from master.static org.jvnet.localizer.LocalizableKeycontinueOnError:Publish to other servers if an error occurs.static org.jvnet.localizer.LocalizableKeydeletePublisher:Delete Server.static org.jvnet.localizer.LocalizableKeyfailOnError:Fail the build if an error occurs.static org.jvnet.localizer.LocalizableKeymasterNodeName:Give the master<br>a NODE_NAME.static org.jvnet.localizer.LocalizableKeyparamPublish:Parameterized publishing.static StringKeyaddPublisher:Add Server.static StringKeyalwaysPublishFromMaster:Always transfer from master.static StringKeycontinueOnError:Publish to other servers if an error occurs.static StringKeydeletePublisher:Delete Server.static StringKeyfailOnError:Fail the build if an error occurs.static StringKeymasterNodeName:Give the master<br>a NODE_NAME.static StringKeyparamPublish:Parameterized publishing.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
paramPublish
KeyparamPublish:Parameterized publishing.- Returns:
Parameterized publishing
-
_paramPublish
public static org.jvnet.localizer.Localizable _paramPublish()KeyparamPublish:Parameterized publishing.- Returns:
Parameterized publishing
-
masterNodeName
KeymasterNodeName:Give the master<br>a NODE_NAME.- Returns:
Give the master<br>a NODE_NAME
-
_masterNodeName
public static org.jvnet.localizer.Localizable _masterNodeName()KeymasterNodeName:Give the master<br>a NODE_NAME.- Returns:
Give the master<br>a NODE_NAME
-
deletePublisher
KeydeletePublisher:Delete Server.- Returns:
Delete Server
-
_deletePublisher
public static org.jvnet.localizer.Localizable _deletePublisher()KeydeletePublisher:Delete Server.- Returns:
Delete Server
-
addPublisher
KeyaddPublisher:Add Server.- Returns:
Add Server
-
_addPublisher
public static org.jvnet.localizer.Localizable _addPublisher()KeyaddPublisher:Add Server.- Returns:
Add Server
-
alwaysPublishFromMaster
KeyalwaysPublishFromMaster:Always transfer from master.- Returns:
Always transfer from master
-
_alwaysPublishFromMaster
public static org.jvnet.localizer.Localizable _alwaysPublishFromMaster()KeyalwaysPublishFromMaster:Always transfer from master.- Returns:
Always transfer from master
-
failOnError
KeyfailOnError:Fail the build if an error occurs.- Returns:
Fail the build if an error occurs
-
_failOnError
public static org.jvnet.localizer.Localizable _failOnError()KeyfailOnError:Fail the build if an error occurs.- Returns:
Fail the build if an error occurs
-
continueOnError
KeycontinueOnError:Publish to other servers if an error occurs.- Returns:
Publish to other servers if an error occurs
-
_continueOnError
public static org.jvnet.localizer.Localizable _continueOnError()KeycontinueOnError:Publish to other servers if an error occurs.- Returns:
Publish to other servers if an error occurs
-