hudson.plugins.deploy
Class Messages

java.lang.Object
  extended by hudson.plugins.deploy.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _DeployPublisher_BadFormedUrl()
          Invalid url syntax
static org.jvnet.localizer.Localizable _DeployPublisher_DisplayName()
          Deploy war/ear to a container
static org.jvnet.localizer.Localizable _DeployPublisher_NoSuchFile(java.lang.Object arg1)
          No such file exists: {0}
static java.lang.String DeployPublisher_BadFormedUrl()
          Invalid url syntax
static java.lang.String DeployPublisher_DisplayName()
          Deploy war/ear to a container
static java.lang.String DeployPublisher_NoSuchFile(java.lang.Object arg1)
          No such file exists: {0}
 
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

DeployPublisher_DisplayName

public static java.lang.String DeployPublisher_DisplayName()
Deploy war/ear to a container


_DeployPublisher_DisplayName

public static org.jvnet.localizer.Localizable _DeployPublisher_DisplayName()
Deploy war/ear to a container


DeployPublisher_BadFormedUrl

public static java.lang.String DeployPublisher_BadFormedUrl()
Invalid url syntax


_DeployPublisher_BadFormedUrl

public static org.jvnet.localizer.Localizable _DeployPublisher_BadFormedUrl()
Invalid url syntax


DeployPublisher_NoSuchFile

public static java.lang.String DeployPublisher_NoSuchFile(java.lang.Object arg1)
No such file exists: {0}


_DeployPublisher_NoSuchFile

public static org.jvnet.localizer.Localizable _DeployPublisher_NoSuchFile(java.lang.Object arg1)
No such file exists: {0}



Copyright © 2009. All Rights Reserved.