org.gradle.util.exec
Interface ExecHandleNotifierFactory
- All Known Implementing Classes:
- DefaultExecHandleNotifierFactory
public interface ExecHandleNotifierFactory
createStartedNotifier
ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)
createFailedNotifier
ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)
createAbortedNotifier
ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)
createSucceededNotifier
ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)