jenkinsci.plugin.deletelog
Class LogDelete

java.lang.Object
  extended by jenkinsci.plugin.deletelog.LogDelete
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class LogDelete
extends Object
implements hudson.model.Action

Delete all logs of build

Author:
Lucie Votypkova

Constructor Summary
LogDelete(hudson.model.Run build)
           
 
Method Summary
 void doDelete(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 hudson.model.Run getBuild()
           
 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

LogDelete

public LogDelete(hudson.model.Run build)
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

getBuild

public hudson.model.Run getBuild()

doDelete

public void doDelete(org.kohsuke.stapler.StaplerRequest req,
                     org.kohsuke.stapler.StaplerResponse rsp)
              throws IOException,
                     javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2012. All Rights Reserved.