hudson.plugins.screenshot
Class ScreenshotAction.CreateScreenshot

java.lang.Object
  extended by hudson.plugins.screenshot.ScreenshotAction.CreateScreenshot
All Implemented Interfaces:
hudson.remoting.Callable<byte[],java.lang.Exception>, java.io.Serializable
Enclosing class:
ScreenshotAction

public static class ScreenshotAction.CreateScreenshot
extends java.lang.Object
implements hudson.remoting.Callable<byte[],java.lang.Exception>

See Also:
Serialized Form

Constructor Summary
ScreenshotAction.CreateScreenshot()
           
 
Method Summary
 byte[] call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenshotAction.CreateScreenshot

public ScreenshotAction.CreateScreenshot()
Method Detail

call

public byte[] call()
            throws java.awt.HeadlessException,
                   java.awt.AWTException,
                   java.io.IOException
Specified by:
call in interface hudson.remoting.Callable<byte[],java.lang.Exception>
Throws:
java.awt.HeadlessException
java.awt.AWTException
java.io.IOException


Copyright © 2009. All Rights Reserved.