org.jenkinsci.plugins.gcm.user
Class GcmRegistrar
java.lang.Object
hudson.model.AbstractModelObject
org.jenkinsci.plugins.gcm.user.GcmRegistrar
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction, hudson.model.UnprotectedRootAction, hudson.search.SearchableModelObject, hudson.search.SearchItem
@Extension
public class GcmRegistrar
- extends hudson.model.AbstractModelObject
- implements hudson.model.UnprotectedRootAction
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class hudson.model.AbstractModelObject |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GcmRegistrar
public GcmRegistrar()
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
doRegister
public org.kohsuke.stapler.HttpResponse doRegister(@QueryParameter(required=true)
String token)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
doGenerateQrCode
@WebMethod(name="generateQrCode.png")
public org.kohsuke.stapler.HttpResponse doGenerateQrCode()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getSearchUrl
public String getSearchUrl()
- Specified by:
getSearchUrl in interface hudson.search.SearchItem
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
Copyright © 2004-2012. All Rights Reserved.