org.jenkinsci.plugins.sharedobjects.type
Class PublicFilePathSharedObjectType

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

public class PublicFilePathSharedObjectType
extends SimpleSharedObjectType

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, profiles
 
Constructor Summary
PublicFilePathSharedObjectType(String name, String profiles, String publicFilePath)
           
 
Method Summary
 String getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 String getPublicFilePath()
           
 
Methods inherited from class org.jenkinsci.plugins.sharedobjects.SharedObjectType
getDescriptor, getName, getProfiles
 
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 profiles,
                                                           String publicFilePath)
Method Detail

getPublicFilePath

public String getPublicFilePath()

getEnvVarValue

public String getEnvVarValue(hudson.model.AbstractBuild build,
                             SharedObjectLogger logger)
Specified by:
getEnvVarValue in class SimpleSharedObjectType


Copyright © 2004-2013. All Rights Reserved.