org.gradle.util.exec
Interface ExecHandleNotifierFactory

All Known Implementing Classes:
DefaultExecHandleNotifierFactory

public interface ExecHandleNotifierFactory


Method Summary
 ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)
           
 ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)
           
 ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)
           
 ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)
           
 

Method Detail

createStartedNotifier

ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)

createFailedNotifier

ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)

createAbortedNotifier

ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)

createSucceededNotifier

ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)