org.jenkinsci.plugins.sharedobjects.type
Class ClearcaseSharedObjectType

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

public class ClearcaseSharedObjectType
extends SharedObjectType

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
 
Constructor Summary
ClearcaseSharedObjectType(String name, String viewName, String elementPath)
           
 
Method Summary
 String getElementPath()
           
 String getEnvVarValue(SharedObjectLogger logger)
           
 String getViewName()
           
 
Methods inherited from class org.jenkinsci.plugins.sharedobjects.SharedObjectType
getDescriptor, getName
 
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 viewName,
                                                      String elementPath)
Method Detail

getViewName

public String getViewName()

getElementPath

public String getElementPath()

getEnvVarValue

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


Copyright © 2004-2012. All Rights Reserved.