|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.util.exec.DefaultExecHandleNotifierFactory
class DefaultExecHandleNotifierFactory extends java.lang.Object
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()
Method Detail |
---|
public ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)
public ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)
public ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)
public ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)
Groovy Documentation