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 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)


Copyright © 2010. All Rights Reserved.