org.hudsonci.maven.plugin.artifactrecorder.internal
Class PerformArchiving

java.lang.Object
  extended by org.hudsonci.utils.tasks.OperationSupport<T>
      extended by org.hudsonci.utils.tasks.PerformOperation<ArtifactArchiver>
          extended by org.hudsonci.maven.plugin.artifactrecorder.internal.PerformArchiving

public class PerformArchiving
extends PerformOperation<ArtifactArchiver>

Since:
2.1.0
Author:
Jamie Whitehouse

Field Summary
 
Fields inherited from class org.hudsonci.utils.tasks.PerformOperation
launcher
 
Fields inherited from class org.hudsonci.utils.tasks.OperationSupport
build, listener, log, logger, muxlog, owner
 
Constructor Summary
PerformArchiving(ArtifactArchiver owner, AbstractBuild build, Launcher launcher, BuildListener listener, Set<ArtifactDTO> artifacts, boolean includePoms, boolean deleteOld)
           
 
Method Summary
protected  boolean doExecute()
           
 
Methods inherited from class org.hudsonci.utils.tasks.PerformOperation
execute
 
Methods inherited from class org.hudsonci.utils.tasks.OperationSupport
onFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformArchiving

public PerformArchiving(ArtifactArchiver owner,
                        AbstractBuild build,
                        Launcher launcher,
                        BuildListener listener,
                        Set<ArtifactDTO> artifacts,
                        boolean includePoms,
                        boolean deleteOld)
Method Detail

doExecute

protected boolean doExecute()
                     throws Exception
Specified by:
doExecute in class OperationSupport<ArtifactArchiver>
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.