hudson.plugins.perforce
Class PerforceSCMHelper.WhereMapping

java.lang.Object
  extended by hudson.plugins.perforce.PerforceSCMHelper.WhereMapping
Enclosing class:
PerforceSCMHelper

public static class PerforceSCMHelper.WhereMapping
extends Object


Constructor Summary
PerforceSCMHelper.WhereMapping(String depot, String workspace, String filesystem)
           
 
Method Summary
 String getDepotPath()
           
 String getFilesystemPath()
           
 String getWorkspacePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceSCMHelper.WhereMapping

public PerforceSCMHelper.WhereMapping(String depot,
                                      String workspace,
                                      String filesystem)
Method Detail

getDepotPath

public String getDepotPath()

getFilesystemPath

public String getFilesystemPath()

getWorkspacePath

public String getWorkspacePath()


Copyright © 2004-2013 Hudson. All Rights Reserved.