org.jenkinsci.plugins.gitorious
Class GitoriousStatus

java.lang.Object
  extended by org.jenkinsci.plugins.gitorious.GitoriousStatus
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction, hudson.model.UnprotectedRootAction

@Extension
public class GitoriousStatus
extends Object
implements hudson.model.UnprotectedRootAction

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GitoriousStatus()
           
 
Method Summary
 org.kohsuke.stapler.HttpResponse doNotifyCommit(String payload)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitoriousStatus

public GitoriousStatus()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

doNotifyCommit

public org.kohsuke.stapler.HttpResponse doNotifyCommit(@QueryParameter
                                                       String payload)
                                                throws javax.servlet.ServletException,
                                                       IOException
Throws:
javax.servlet.ServletException
IOException


Copyright © 2004-2012. All Rights Reserved.