org.jenkinsci.plugins.gcm
Class Messages

java.lang.Object
  extended by org.jenkinsci.plugins.gcm.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Gcm_GoogleCloudMessagingToken()
          Google Cloud Messaging Token
static org.jvnet.localizer.Localizable _Gcm_NotifyAndroidDevices()
          Notify Android devices
static org.jvnet.localizer.Localizable _Gcm_ServerKeyNotConfigured()
          Cannot send notifications: Server app API key not configured in Jenkins system configuration.
static org.jvnet.localizer.Localizable _Gcm_UserTokenNotConfigured()
          Cannot send notification: Device token not configured for this user.
static String Gcm_GoogleCloudMessagingToken()
          Google Cloud Messaging Token
static String Gcm_NotifyAndroidDevices()
          Notify Android devices
static String Gcm_ServerKeyNotConfigured()
          Cannot send notifications: Server app API key not configured in Jenkins system configuration.
static String Gcm_UserTokenNotConfigured()
          Cannot send notification: Device token not configured for this user.
 
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

Gcm_UserTokenNotConfigured

public static String Gcm_UserTokenNotConfigured()
Cannot send notification: Device token not configured for this user.


_Gcm_UserTokenNotConfigured

public static org.jvnet.localizer.Localizable _Gcm_UserTokenNotConfigured()
Cannot send notification: Device token not configured for this user.


Gcm_NotifyAndroidDevices

public static String Gcm_NotifyAndroidDevices()
Notify Android devices


_Gcm_NotifyAndroidDevices

public static org.jvnet.localizer.Localizable _Gcm_NotifyAndroidDevices()
Notify Android devices


Gcm_GoogleCloudMessagingToken

public static String Gcm_GoogleCloudMessagingToken()
Google Cloud Messaging Token


_Gcm_GoogleCloudMessagingToken

public static org.jvnet.localizer.Localizable _Gcm_GoogleCloudMessagingToken()
Google Cloud Messaging Token


Gcm_ServerKeyNotConfigured

public static String Gcm_ServerKeyNotConfigured()
Cannot send notifications: Server app API key not configured in Jenkins system configuration.


_Gcm_ServerKeyNotConfigured

public static org.jvnet.localizer.Localizable _Gcm_ServerKeyNotConfigured()
Cannot send notifications: Server app API key not configured in Jenkins system configuration.



Copyright © 2004-2012. All Rights Reserved.