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

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

Uses of SharedObjectsType in org.jenkinsci.plugins.sharedobjects
 

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

Methods in org.jenkinsci.plugins.sharedobjects that return SharedObjectsType
 SharedObjectsType[] SharedObjectsManagementResult.getTypes()
           
 SharedObjectsType[] SharedObjectsManagement.getTypes()
           
 

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

Constructors in org.jenkinsci.plugins.sharedobjects with parameters of type SharedObjectsType
SharedObjectsManagement(SharedObjectsType[] types)
           
SharedObjectsManagementResult(SharedObjectsType[] types)
           
 

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

Methods in org.jenkinsci.plugins.sharedobjects.service that return SharedObjectsType
 SharedObjectsType[] SharedObjectsDataStore.readSharedObjectsFile()
           
 

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

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

Subclasses of SharedObjectsType in org.jenkinsci.plugins.sharedobjects.type
 class PublicFilePathSharedObjectType
           
 

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



Copyright © 2004-2012. All Rights Reserved.