Uses of Class
org.jenkinsci.plugins.sharedobjects.SharedObjectException

Packages that use SharedObjectException
org.jenkinsci.plugins.sharedobjects   
org.jenkinsci.plugins.sharedobjects.service   
org.jenkinsci.plugins.sharedobjects.type   
 

Uses of SharedObjectException in org.jenkinsci.plugins.sharedobjects
 

Methods in org.jenkinsci.plugins.sharedobjects that throw SharedObjectException
abstract  java.lang.String SimpleSharedObjectType.getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
abstract  java.util.Map<java.lang.String,java.lang.String> MultipleSharedObjectType.getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 

Uses of SharedObjectException in org.jenkinsci.plugins.sharedobjects.service
 

Methods in org.jenkinsci.plugins.sharedobjects.service that throw SharedObjectException
 java.lang.String SharedObjectManagementFile.getTemporaryFilePath(hudson.model.AbstractBuild build, java.lang.String sharedObjectName, java.lang.String profiles)
           
 SharedObjectType[] SharedObjectDataStore.readSharedObjectsFile()
           
 void SharedObjectDataStore.writeSharedObjectsFile(SharedObjectType[] types)
           
 

Uses of SharedObjectException in org.jenkinsci.plugins.sharedobjects.type
 

Methods in org.jenkinsci.plugins.sharedobjects.type that throw SharedObjectException
 java.util.Map<java.lang.String,java.lang.String> URLPropertiesSharedObjectType.getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 java.lang.String StringValueSharedObjectType.getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 java.lang.String ClearcaseSharedObjectType.getEnvVarValue(hudson.model.AbstractBuild build, SharedObjectLogger logger)
           
 



Copyright © 2004-2012. All Rights Reserved.