org.jenkinsci.plugins.sharedobjects.type
Class PublicFilePathSharedObjectType

java.lang.Object
  extended by org.jenkinsci.plugins.sharedobjects.SharedObjectType
      extended by org.jenkinsci.plugins.sharedobjects.type.PublicFilePathSharedObjectType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<SharedObjectType>, Serializable

public class PublicFilePathSharedObjectType
extends SharedObjectType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class PublicFilePathSharedObjectType.PublicFilePathSharedObjectTypeDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class org.jenkinsci.plugins.sharedobjects.SharedObjectType
name, profile
 
Constructor Summary
PublicFilePathSharedObjectType(String name, String profile, String publicFilePath)
           
 
Method Summary
 String getEnvVarValue(SharedObjectLogger logger)
           
 String getPublicFilePath()
           
 
Methods inherited from class org.jenkinsci.plugins.sharedobjects.SharedObjectType
getDescriptor, getName, getProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicFilePathSharedObjectType

@DataBoundConstructor
public PublicFilePathSharedObjectType(String name,
                                                           String profile,
                                                           String publicFilePath)
Method Detail

getPublicFilePath

public String getPublicFilePath()

getEnvVarValue

public String getEnvVarValue(SharedObjectLogger logger)
Specified by:
getEnvVarValue in class SharedObjectType


Copyright © 2004-2012. All Rights Reserved.