Groovy Documentation

org.gradle.util.exec
Interface ExecHandleNotifierFactory


interface ExecHandleNotifierFactory

author:
Tom Eyckmans


Method Summary
ExecHandleNotifier createAbortedNotifier(ExecHandle execHandle)

ExecHandleNotifier createFailedNotifier(ExecHandle execHandle)

ExecHandleNotifier createStartedNotifier(ExecHandle execHandle)

ExecHandleNotifier createSucceededNotifier(ExecHandle execHandle)

 

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