hudson.scm
Class Messages

java.lang.Object
  extended by hudson.scm.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _NullSCM_DisplayName()
          None
static org.jvnet.localizer.Localizable _SCM_Permissions_Title()
          SCM
static org.jvnet.localizer.Localizable _SCM_TagPermission_Description()
          This permission allows users to create a new tag in the source code repository for a given build.
static String NullSCM_DisplayName()
          None
static String SCM_Permissions_Title()
          SCM
static String SCM_TagPermission_Description()
          This permission allows users to create a new tag in the source code repository for a given build.
 
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

NullSCM_DisplayName

public static String NullSCM_DisplayName()
None


_NullSCM_DisplayName

public static org.jvnet.localizer.Localizable _NullSCM_DisplayName()
None


SCM_Permissions_Title

public static String SCM_Permissions_Title()
SCM


_SCM_Permissions_Title

public static org.jvnet.localizer.Localizable _SCM_Permissions_Title()
SCM


SCM_TagPermission_Description

public static String SCM_TagPermission_Description()
This permission allows users to create a new tag in the source code repository for a given build.


_SCM_TagPermission_Description

public static org.jvnet.localizer.Localizable _SCM_TagPermission_Description()
This permission allows users to create a new tag in the source code repository for a given build.



Copyright © 2004-2013. All Rights Reserved.