org.jenkinsci.plugins.sharedobjects.type
Class StringValueSharedObjectType

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

public class StringValueSharedObjectType
extends SimpleSharedObjectType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class StringValueSharedObjectType.StringValueSharedObjectTypeDescriptor
           
 
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
StringValueSharedObjectType(String name, String profiles, String value)
           
 
Method Summary
 String getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 String getValue()
           
 
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

StringValueSharedObjectType

@DataBoundConstructor
public StringValueSharedObjectType(String name,
                                                        String profiles,
                                                        String value)
Method Detail

getValue

public String getValue()

getEnvVarValue

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


Copyright © 2004-2013. All Rights Reserved.