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

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

Uses of SharedObjectType in org.jenkinsci.plugins.sharedobjects
 

Classes in org.jenkinsci.plugins.sharedobjects with type parameters of type SharedObjectType
 class SharedObjectTypeDescriptor<T extends SharedObjectType>
           
 

Methods in org.jenkinsci.plugins.sharedobjects that return SharedObjectType
 SharedObjectType[] SharedObjectManagementResult.getTypes()
           
 SharedObjectType[] SharedObjectManagement.getTypes()
           
 

Methods in org.jenkinsci.plugins.sharedobjects that return types with arguments of type SharedObjectType
 hudson.model.Descriptor<SharedObjectType> SharedObjectType.getDescriptor()
           
abstract  Class<? extends SharedObjectType> SharedObjectTypeDescriptor.getType()
           
 

Constructors in org.jenkinsci.plugins.sharedobjects with parameters of type SharedObjectType
SharedObjectManagement(SharedObjectType[] types)
           
SharedObjectManagementResult(SharedObjectType[] types)
           
 

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

Methods in org.jenkinsci.plugins.sharedobjects.service that return SharedObjectType
 SharedObjectType[] SharedObjectDataStore.readSharedObjectsFile()
           
 

Methods in org.jenkinsci.plugins.sharedobjects.service with parameters of type SharedObjectType
 void SharedObjectDataStore.writeSharedObjectsFile(SharedObjectType[] types)
           
 

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

Subclasses of SharedObjectType in org.jenkinsci.plugins.sharedobjects.type
 class ClearcaseSharedObjectType
           
 class PublicFilePathSharedObjectType
           
 

Methods in org.jenkinsci.plugins.sharedobjects.type that return types with arguments of type SharedObjectType
 Class<? extends SharedObjectType> PublicFilePathSharedObjectType.PublicFilePathSharedObjectTypeDescriptor.getType()
           
 Class<? extends SharedObjectType> ClearcaseSharedObjectType.ClearcaseSharedObjectTypeDescriptor.getType()
           
 



Copyright © 2004-2012. All Rights Reserved.