hudson.maven
Class MavenModuleSetBuild.SimpleTransferListener
java.lang.Object
hudson.maven.MavenModuleSetBuild.SimpleTransferListener
- All Implemented Interfaces:
- org.sonatype.aether.transfer.TransferListener
- Enclosing class:
- MavenModuleSetBuild
public static class MavenModuleSetBuild.SimpleTransferListener
- extends Object
- implements org.sonatype.aether.transfer.TransferListener
will log in the TaskListener
when transferFailed and transferSucceeded
- Since:
- Author:
- Olivier Lamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenModuleSetBuild.SimpleTransferListener
public MavenModuleSetBuild.SimpleTransferListener(TaskListener taskListener)
transferCorrupted
public void transferCorrupted(org.sonatype.aether.transfer.TransferEvent arg0)
throws org.sonatype.aether.transfer.TransferCancelledException
- Specified by:
transferCorrupted
in interface org.sonatype.aether.transfer.TransferListener
- Throws:
org.sonatype.aether.transfer.TransferCancelledException
transferFailed
public void transferFailed(org.sonatype.aether.transfer.TransferEvent transferEvent)
- Specified by:
transferFailed
in interface org.sonatype.aether.transfer.TransferListener
transferInitiated
public void transferInitiated(org.sonatype.aether.transfer.TransferEvent arg0)
throws org.sonatype.aether.transfer.TransferCancelledException
- Specified by:
transferInitiated
in interface org.sonatype.aether.transfer.TransferListener
- Throws:
org.sonatype.aether.transfer.TransferCancelledException
transferProgressed
public void transferProgressed(org.sonatype.aether.transfer.TransferEvent arg0)
throws org.sonatype.aether.transfer.TransferCancelledException
- Specified by:
transferProgressed
in interface org.sonatype.aether.transfer.TransferListener
- Throws:
org.sonatype.aether.transfer.TransferCancelledException
transferStarted
public void transferStarted(org.sonatype.aether.transfer.TransferEvent arg0)
throws org.sonatype.aether.transfer.TransferCancelledException
- Specified by:
transferStarted
in interface org.sonatype.aether.transfer.TransferListener
- Throws:
org.sonatype.aether.transfer.TransferCancelledException
transferSucceeded
public void transferSucceeded(org.sonatype.aether.transfer.TransferEvent transferEvent)
- Specified by:
transferSucceeded
in interface org.sonatype.aether.transfer.TransferListener
Copyright © 2004-2013. All Rights Reserved.