Groovy Documentation

org.gradle.util.exec
Class DefaultExecHandleNotifierFactory

java.lang.Object
  org.gradle.util.exec.DefaultExecHandleNotifierFactory
All Implemented Interfaces:
ExecHandleNotifierFactory

class DefaultExecHandleNotifierFactory
extends java.lang.Object

author:
Tom Eyckmans


Constructor Summary
DefaultExecHandleNotifierFactory()

 
Method Summary
ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)

ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)

ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)

ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultExecHandleNotifierFactory

DefaultExecHandleNotifierFactory()


 
Method Detail

createAbortedNotifier

public ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)


createFailedNotifier

public ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)


createStartedNotifier

public ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)


createSucceededNotifier

public ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)


 

Groovy Documentation