hudson.plugins.rubyMetrics
Class Utils

java.lang.Object
  extended by hudson.plugins.rubyMetrics.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static boolean moveReportsToBuildRootDir(hudson.FilePath workspace, java.io.File buildRootDir, hudson.model.TaskListener listener, java.lang.String monitorDirectory, java.lang.String copiesPattern)
           
static boolean moveReportsToBuildRootDir(hudson.FilePath workspace, java.io.File buildRootDir, hudson.model.TaskListener listener, java.lang.String monitorDirectory, java.lang.String copiesPattern, boolean sameLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

moveReportsToBuildRootDir

public static boolean moveReportsToBuildRootDir(hudson.FilePath workspace,
                                                java.io.File buildRootDir,
                                                hudson.model.TaskListener listener,
                                                java.lang.String monitorDirectory,
                                                java.lang.String copiesPattern)
                                         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

moveReportsToBuildRootDir

public static boolean moveReportsToBuildRootDir(hudson.FilePath workspace,
                                                java.io.File buildRootDir,
                                                hudson.model.TaskListener listener,
                                                java.lang.String monitorDirectory,
                                                java.lang.String copiesPattern,
                                                boolean sameLocation)
                                         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © 2010. All Rights Reserved.