org.jenkinsci.plugins.sharedobjects.service
Class SharedObjectManagementFile

java.lang.Object
  extended by org.jenkinsci.plugins.sharedobjects.service.SharedObjectManagementFile

public class SharedObjectManagementFile
extends Object

Author:
Gregory Boissinot

Constructor Summary
SharedObjectManagementFile()
           
 
Method Summary
 String getTemporaryFilePath(hudson.model.AbstractBuild build, String sharedObjectName, String profiles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedObjectManagementFile

public SharedObjectManagementFile()
Method Detail

getTemporaryFilePath

public String getTemporaryFilePath(hudson.model.AbstractBuild build,
                                   String sharedObjectName,
                                   String profiles)
                            throws SharedObjectException
Throws:
SharedObjectException


Copyright © 2004-2013. All Rights Reserved.