|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.util.exec.DefaultExecHandleNotifierFactory
public class DefaultExecHandleNotifierFactory
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultExecHandleNotifierFactory()
Method Detail |
---|
public ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)
createStartedNotifier
in interface ExecHandleNotifierFactory
public ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)
createFailedNotifier
in interface ExecHandleNotifierFactory
public ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)
createAbortedNotifier
in interface ExecHandleNotifierFactory
public ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)
createSucceededNotifier
in interface ExecHandleNotifierFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |