org.jenkinsci.plugins.sharedobjects.type
Class ClearcaseSharedObjectType

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

public class ClearcaseSharedObjectType
extends SimpleSharedObjectType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class ClearcaseSharedObjectType.ClearcaseSharedObjectTypeDescriptor
           
 
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
ClearcaseSharedObjectType(String name, String profiles, String viewName, String elementPath)
           
 
Method Summary
 String getElementPath()
           
 String getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 String getViewName()
           
 
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

ClearcaseSharedObjectType

@DataBoundConstructor
public ClearcaseSharedObjectType(String name,
                                                      String profiles,
                                                      String viewName,
                                                      String elementPath)
Method Detail

getViewName

public String getViewName()

getElementPath

public String getElementPath()

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.