com.xebialabs.xlrelease.ci
Class Messages

java.lang.Object
  extended by com.xebialabs.xlrelease.ci.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _XLReleaseNotifier_createRelease(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Create a new release from template "{0}" with name "{1}" and ID "{2}"
static org.jvnet.localizer.Localizable _XLReleaseNotifier_displayName()
          Release with XL Release
static org.jvnet.localizer.Localizable _XLReleaseNotifier_startRelease(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Start a release from template "{0}" with name "{1}" and ID "{2}"
static java.lang.String XLReleaseNotifier_createRelease(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Create a new release from template "{0}" with name "{1}" and ID "{2}"
static java.lang.String XLReleaseNotifier_displayName()
          Release with XL Release
static java.lang.String XLReleaseNotifier_startRelease(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Start a release from template "{0}" with name "{1}" and ID "{2}"
 
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

XLReleaseNotifier_createRelease

public static java.lang.String XLReleaseNotifier_createRelease(java.lang.Object arg1,
                                                               java.lang.Object arg2,
                                                               java.lang.Object arg3)
Create a new release from template "{0}" with name "{1}" and ID "{2}"


_XLReleaseNotifier_createRelease

public static org.jvnet.localizer.Localizable _XLReleaseNotifier_createRelease(java.lang.Object arg1,
                                                                               java.lang.Object arg2,
                                                                               java.lang.Object arg3)
Create a new release from template "{0}" with name "{1}" and ID "{2}"


XLReleaseNotifier_startRelease

public static java.lang.String XLReleaseNotifier_startRelease(java.lang.Object arg1,
                                                              java.lang.Object arg2,
                                                              java.lang.Object arg3)
Start a release from template "{0}" with name "{1}" and ID "{2}"


_XLReleaseNotifier_startRelease

public static org.jvnet.localizer.Localizable _XLReleaseNotifier_startRelease(java.lang.Object arg1,
                                                                              java.lang.Object arg2,
                                                                              java.lang.Object arg3)
Start a release from template "{0}" with name "{1}" and ID "{2}"


XLReleaseNotifier_displayName

public static java.lang.String XLReleaseNotifier_displayName()
Release with XL Release


_XLReleaseNotifier_displayName

public static org.jvnet.localizer.Localizable _XLReleaseNotifier_displayName()
Release with XL Release