org.jenkins_ci.plugins.flexible_publish
Class Messages

java.lang.Object
  extended by org.jenkins_ci.plugins.flexible_publish.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _defaultPublisherDescriptor_displayName()
          Default publisher lister
static org.jvnet.localizer.Localizable _jobUpdated_theProjectIsNull()
          The project is null
static org.jvnet.localizer.Localizable _jobUpdater_canMovePublishers()
          Enabled publishers that can be moved:
static org.jvnet.localizer.Localizable _jobUpdater_cannotMovePublishers()
          Enabled publishers that cannot be moved:
static org.jvnet.localizer.Localizable _jobUpdater_publisherNotAllowed(Object arg1)
          Publisher [{0}] is not allowed as a Flexible publish action.
static org.jvnet.localizer.Localizable _jobUpdater_publisherNotFound(Object arg1)
          Could not find publisher [{0}].
static org.jvnet.localizer.Localizable _jobUpdater_success()
          Done.
static org.jvnet.localizer.Localizable _publisher_displayName()
          Flexible publish
static String defaultPublisherDescriptor_displayName()
          Default publisher lister
static String jobUpdated_theProjectIsNull()
          The project is null
static String jobUpdater_canMovePublishers()
          Enabled publishers that can be moved:
static String jobUpdater_cannotMovePublishers()
          Enabled publishers that cannot be moved:
static String jobUpdater_publisherNotAllowed(Object arg1)
          Publisher [{0}] is not allowed as a Flexible publish action.
static String jobUpdater_publisherNotFound(Object arg1)
          Could not find publisher [{0}].
static String jobUpdater_success()
          Done.
static String publisher_displayName()
          Flexible publish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

jobUpdater_canMovePublishers

public static String jobUpdater_canMovePublishers()
Enabled publishers that can be moved:


_jobUpdater_canMovePublishers

public static org.jvnet.localizer.Localizable _jobUpdater_canMovePublishers()
Enabled publishers that can be moved:


jobUpdater_success

public static String jobUpdater_success()
Done.


_jobUpdater_success

public static org.jvnet.localizer.Localizable _jobUpdater_success()
Done.


defaultPublisherDescriptor_displayName

public static String defaultPublisherDescriptor_displayName()
Default publisher lister


_defaultPublisherDescriptor_displayName

public static org.jvnet.localizer.Localizable _defaultPublisherDescriptor_displayName()
Default publisher lister


jobUpdater_publisherNotFound

public static String jobUpdater_publisherNotFound(Object arg1)
Could not find publisher [{0}]. I did find:


_jobUpdater_publisherNotFound

public static org.jvnet.localizer.Localizable _jobUpdater_publisherNotFound(Object arg1)
Could not find publisher [{0}]. I did find:


jobUpdated_theProjectIsNull

public static String jobUpdated_theProjectIsNull()
The project is null


_jobUpdated_theProjectIsNull

public static org.jvnet.localizer.Localizable _jobUpdated_theProjectIsNull()
The project is null


jobUpdater_cannotMovePublishers

public static String jobUpdater_cannotMovePublishers()
Enabled publishers that cannot be moved:


_jobUpdater_cannotMovePublishers

public static org.jvnet.localizer.Localizable _jobUpdater_cannotMovePublishers()
Enabled publishers that cannot be moved:


jobUpdater_publisherNotAllowed

public static String jobUpdater_publisherNotAllowed(Object arg1)
Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?


_jobUpdater_publisherNotAllowed

public static org.jvnet.localizer.Localizable _jobUpdater_publisherNotAllowed(Object arg1)
Publisher [{0}] is not allowed as a Flexible publish action. Is it listed as an available action?


publisher_displayName

public static String publisher_displayName()
Flexible publish


_publisher_displayName

public static org.jvnet.localizer.Localizable _publisher_displayName()
Flexible publish



Copyright © 2004-2011. All Rights Reserved.