@MetaInfServices
public class AntInterceptor
extends org.jenkinsci.ant.AntListener
AntListeners and then delegate events to them.| Modifier and Type | Field and Description |
|---|---|
static String |
JENKINS_ANT_CONNECTOR |
static String |
LISTENERS_KEY |
| Constructor and Description |
|---|
AntInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(org.jenkinsci.ant.AntEvent event) |
void |
buildStarted(org.jenkinsci.ant.AntEvent event) |
void |
messageLogged(org.jenkinsci.ant.AntEvent event) |
void |
targetFinished(org.jenkinsci.ant.AntEvent event) |
void |
targetStarted(org.jenkinsci.ant.AntEvent event) |
void |
taskFinished(org.jenkinsci.ant.AntEvent event) |
void |
taskStarted(org.jenkinsci.ant.AntEvent event) |
public static final String LISTENERS_KEY
public static final String JENKINS_ANT_CONNECTOR
public void buildStarted(@Nonnull
org.jenkinsci.ant.AntEvent event)
buildStarted in class org.jenkinsci.ant.AntListenerpublic void buildFinished(@Nonnull
org.jenkinsci.ant.AntEvent event)
buildFinished in class org.jenkinsci.ant.AntListenerpublic void targetStarted(@Nonnull
org.jenkinsci.ant.AntEvent event)
targetStarted in class org.jenkinsci.ant.AntListenerpublic void targetFinished(@Nonnull
org.jenkinsci.ant.AntEvent event)
targetFinished in class org.jenkinsci.ant.AntListenerpublic void taskStarted(@Nonnull
org.jenkinsci.ant.AntEvent event)
taskStarted in class org.jenkinsci.ant.AntListenerpublic void taskFinished(@Nonnull
org.jenkinsci.ant.AntEvent event)
taskFinished in class org.jenkinsci.ant.AntListenerpublic void messageLogged(@Nonnull
org.jenkinsci.ant.AntEvent event)
messageLogged in class org.jenkinsci.ant.AntListenerCopyright © 2004-2012. All Rights Reserved.