hudson.plugins.cloneworkspace
Class CloneWorkspaceUtil

java.lang.Object
  extended by hudson.plugins.cloneworkspace.CloneWorkspaceUtil

public class CloneWorkspaceUtil
extends java.lang.Object

Utility class for CloneWorkspaceSCM and CloneWorkspacePublisher.

Author:
Andrew Bayer

Constructor Summary
CloneWorkspaceUtil()
           
 
Method Summary
static java.lang.String getFileNameForMethod(java.lang.String method)
           
static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteria(hudson.model.AbstractBuild<?,?> baseBuild, hudson.model.Result criteriaResult)
           
static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteria(hudson.model.AbstractBuild<?,?> baseBuild, java.lang.String criteria)
           
static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteria(hudson.model.AbstractProject<?,?> project, java.lang.String criteria)
           
static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(hudson.model.AbstractBuild<?,?> baseBuild, hudson.model.Result criteriaResult)
           
static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(hudson.model.AbstractBuild<?,?> baseBuild, java.lang.String criteria)
           
static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(hudson.model.AbstractProject<?,?> project, java.lang.String criteria)
           
static hudson.model.Result getResultForCriteria(java.lang.String criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneWorkspaceUtil

public CloneWorkspaceUtil()
Method Detail

getResultForCriteria

public static hudson.model.Result getResultForCriteria(java.lang.String criteria)

getMostRecentBuildForCriteria

public static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteria(hudson.model.AbstractProject<?,?> project,
                                                                            java.lang.String criteria)

getMostRecentBuildForCriteria

public static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteria(hudson.model.AbstractBuild<?,?> baseBuild,
                                                                            java.lang.String criteria)

getMostRecentBuildForCriteria

public static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteria(hudson.model.AbstractBuild<?,?> baseBuild,
                                                                            hudson.model.Result criteriaResult)

getMostRecentBuildForCriteriaWithSnapshot

public static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(hudson.model.AbstractBuild<?,?> baseBuild,
                                                                                        java.lang.String criteria)

getMostRecentBuildForCriteriaWithSnapshot

public static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(hudson.model.AbstractProject<?,?> project,
                                                                                        java.lang.String criteria)

getMostRecentBuildForCriteriaWithSnapshot

public static hudson.model.AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(hudson.model.AbstractBuild<?,?> baseBuild,
                                                                                        hudson.model.Result criteriaResult)

getFileNameForMethod

public static java.lang.String getFileNameForMethod(java.lang.String method)


Copyright © 2012. All Rights Reserved.