org.jenkinsci.plugins.sharedobjects.type
Class URLPropertiesSharedObjectType

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

public class URLPropertiesSharedObjectType
extends MultipleSharedObjectType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class URLPropertiesSharedObjectType.URLPropertiesSharedObjectTypeDescriptor
           
 
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
URLPropertiesSharedObjectType(String name, String profiles, String url)
           
 
Method Summary
 Map<String,String> getEnvVars(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 String getUrl()
           
 
Methods inherited from class org.jenkinsci.plugins.sharedobjects.MultipleSharedObjectType
getEnvVarValue, resolveVars
 
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

URLPropertiesSharedObjectType

@DataBoundConstructor
public URLPropertiesSharedObjectType(String name,
                                                          String profiles,
                                                          String url)
Method Detail

getUrl

public String getUrl()

getEnvVars

public Map<String,String> getEnvVars(hudson.model.AbstractBuild build,
                                     SharedObjectLogger logger)
                              throws SharedObjectException
Specified by:
getEnvVars in class MultipleSharedObjectType
Throws:
SharedObjectException


Copyright © 2004-2013. All Rights Reserved.