Class Messages
java.lang.Object
org.jenkins_ci.plugins.flexible_publish.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.LocalizableKeydefaultPublisherDescriptor.displayName:Default publisher lister.static org.jvnet.localizer.LocalizableKeyjobUpdated.theProjectIsNull:The project is null.static org.jvnet.localizer.LocalizableKeyjobUpdater.canMovePublishers:Enabled publishers that can be moved:.static org.jvnet.localizer.LocalizableKeyjobUpdater.cannotMovePublishers:Enabled publishers that cannot be moved:.static org.jvnet.localizer.LocalizableKeyjobUpdater.publisherNotAllowed:Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?.static org.jvnet.localizer.LocalizableKeyjobUpdater.publisherNotFound:Could not find publisher [{0}]. I did find:.static org.jvnet.localizer.LocalizableKeyjobUpdater.success:Done..static org.jvnet.localizer.LocalizableKeypublisher.displayName:Flexible publish.static StringKeydefaultPublisherDescriptor.displayName:Default publisher lister.static StringKeyjobUpdated.theProjectIsNull:The project is null.static StringKeyjobUpdater.canMovePublishers:Enabled publishers that can be moved:.static StringKeyjobUpdater.cannotMovePublishers:Enabled publishers that cannot be moved:.static StringKeyjobUpdater.publisherNotAllowed:Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?.static StringKeyjobUpdater.publisherNotFound:Could not find publisher [{0}]. I did find:.static StringKeyjobUpdater.success:Done..static StringKeypublisher.displayName:Flexible publish.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
jobUpdater_publisherNotFound
KeyjobUpdater.publisherNotFound:Could not find publisher [{0}]. I did find:.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Could not find publisher [{0}]. I did find:
-
_jobUpdater_publisherNotFound
KeyjobUpdater.publisherNotFound:Could not find publisher [{0}]. I did find:.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Could not find publisher [{0}]. I did find:
-
jobUpdater_success
KeyjobUpdater.success:Done..- Returns:
Done.
-
_jobUpdater_success
public static org.jvnet.localizer.Localizable _jobUpdater_success()KeyjobUpdater.success:Done..- Returns:
Done.
-
publisher_displayName
Keypublisher.displayName:Flexible publish.- Returns:
Flexible publish
-
_publisher_displayName
public static org.jvnet.localizer.Localizable _publisher_displayName()Keypublisher.displayName:Flexible publish.- Returns:
Flexible publish
-
jobUpdated_theProjectIsNull
KeyjobUpdated.theProjectIsNull:The project is null.- Returns:
The project is null
-
_jobUpdated_theProjectIsNull
public static org.jvnet.localizer.Localizable _jobUpdated_theProjectIsNull()KeyjobUpdated.theProjectIsNull:The project is null.- Returns:
The project is null
-
jobUpdater_publisherNotAllowed
KeyjobUpdater.publisherNotAllowed:Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?
-
_jobUpdater_publisherNotAllowed
KeyjobUpdater.publisherNotAllowed:Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?
-
defaultPublisherDescriptor_displayName
KeydefaultPublisherDescriptor.displayName:Default publisher lister.- Returns:
Default publisher lister
-
_defaultPublisherDescriptor_displayName
public static org.jvnet.localizer.Localizable _defaultPublisherDescriptor_displayName()KeydefaultPublisherDescriptor.displayName:Default publisher lister.- Returns:
Default publisher lister
-
jobUpdater_cannotMovePublishers
KeyjobUpdater.cannotMovePublishers:Enabled publishers that cannot be moved:.- Returns:
Enabled publishers that cannot be moved:
-
_jobUpdater_cannotMovePublishers
public static org.jvnet.localizer.Localizable _jobUpdater_cannotMovePublishers()KeyjobUpdater.cannotMovePublishers:Enabled publishers that cannot be moved:.- Returns:
Enabled publishers that cannot be moved:
-
jobUpdater_canMovePublishers
KeyjobUpdater.canMovePublishers:Enabled publishers that can be moved:.- Returns:
Enabled publishers that can be moved:
-
_jobUpdater_canMovePublishers
public static org.jvnet.localizer.Localizable _jobUpdater_canMovePublishers()KeyjobUpdater.canMovePublishers:Enabled publishers that can be moved:.- Returns:
Enabled publishers that can be moved:
-