jenkins.plugins.fogbugz.jobtrigger
Class FogbugzEventListener

java.lang.Object
  extended by jenkins.plugins.fogbugz.jobtrigger.FogbugzEventListener
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction, hudson.model.UnprotectedRootAction

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

FogbugzEventListener: a HTTP endpoint that triggers builds. Set the build to trigger in Jenkins' global settings page. If you don't set a build, the trigger will do noting and quit immediately.


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
FogbugzEventListener()
           
 
Method Summary
 void doIndex(int caseid)
           
 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

FogbugzEventListener

public FogbugzEventListener()
Method Detail

getIconFileName

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

getDisplayName

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

getUrlName

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

doIndex

public void doIndex(@QueryParameter(required=true)
                    int caseid)


Copyright © 2004-2014. All Rights Reserved.