org.jenkinsci.plugins.buildcontextcapture.pz
Class BuildContextCaptureAction

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.pz.BuildContextCaptureAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, Serializable
Direct Known Subclasses:
BuildContextCaptureBuildAction, BuildContextCaptureProjectAction

public class BuildContextCaptureAction
extends Object
implements hudson.model.Action, Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
BuildContextCaptureAction()
           
 
Method Summary
 void doDownload(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 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

BuildContextCaptureAction

public BuildContextCaptureAction()
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

doDownload

public void doDownload(org.kohsuke.stapler.StaplerRequest request,
                       org.kohsuke.stapler.StaplerResponse response)
                throws IOException,
                       javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2012. All Rights Reserved.