hudson.plugins.tfs.util
Class BuildWorkspaceConfigurationRetriever

java.lang.Object
  extended by hudson.plugins.tfs.util.BuildWorkspaceConfigurationRetriever

public class BuildWorkspaceConfigurationRetriever
extends java.lang.Object

Class for retrieving the latest build configuration for a certain node. As the data should be stored together with the workspace, but that is not possible today so it is stored in the build itself. Latest build on a certain node always contains the SCM configuration for the workspace on that node.

Author:
Erik Ramfelt, redsolo

Nested Class Summary
static class BuildWorkspaceConfigurationRetriever.BuildWorkspaceConfiguration
           
 
Constructor Summary
BuildWorkspaceConfigurationRetriever()
           
 
Method Summary
 BuildWorkspaceConfigurationRetriever.BuildWorkspaceConfiguration getLatestForNode(hudson.model.Node needleNode, hudson.model.Run<?,?> latestRun)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildWorkspaceConfigurationRetriever

public BuildWorkspaceConfigurationRetriever()
Method Detail

getLatestForNode

public BuildWorkspaceConfigurationRetriever.BuildWorkspaceConfiguration getLatestForNode(hudson.model.Node needleNode,
                                                                                         hudson.model.Run<?,?> latestRun)


Copyright © 2010. All Rights Reserved.