Index

C F G I M O P R S U 
All Classes and Interfaces|All Packages

C

create(PersistenceRoot, String) - Static method in class org.jenkinsci.plugins.uniqueid.implv2.PersistenceRootIdStore
 

F

fileName() - Static method in class org.jenkinsci.plugins.uniqueid.IdStore
Returns the generic filename that a store should use for storing the unique id.
forClass(Class<C>) - Static method in class org.jenkinsci.plugins.uniqueid.IdStore
Retrieve an IdStore for the given type.

G

generateUniqueID() - Static method in class org.jenkinsci.plugins.uniqueid.IdStore
Generates a new unique ID.
get(PersistenceRoot) - Method in class org.jenkinsci.plugins.uniqueid.implv2.PersistenceRootIdStore
 
get(Run) - Method in class org.jenkinsci.plugins.uniqueid.implv2.RunIdStore
 
get(User) - Method in class org.jenkinsci.plugins.uniqueid.implv2.UserIdStore
 
get(T) - Method in class org.jenkinsci.plugins.uniqueid.IdStore
Get the id for this given object.
getId(Object) - Static method in class org.jenkinsci.plugins.uniqueid.IdStore
Convenience method which retrieves the id for the given object.

I

IdStore<T> - Class in org.jenkinsci.plugins.uniqueid
An abstraction to persistently store and retrieve unique id's for various Jenkins model objects.
IdStore(Class<T>) - Constructor for class org.jenkinsci.plugins.uniqueid.IdStore
 

M

make(PersistenceRoot) - Method in class org.jenkinsci.plugins.uniqueid.implv2.PersistenceRootIdStore
 
make(Run) - Method in class org.jenkinsci.plugins.uniqueid.implv2.RunIdStore
 
make(User) - Method in class org.jenkinsci.plugins.uniqueid.implv2.UserIdStore
 
make(T) - Method in class org.jenkinsci.plugins.uniqueid.IdStore
Creates an unique id for the given object.
makeId(Object) - Static method in class org.jenkinsci.plugins.uniqueid.IdStore
Convenience method which makes the id for the given object.

O

org.jenkinsci.plugins.uniqueid - package org.jenkinsci.plugins.uniqueid
 
org.jenkinsci.plugins.uniqueid.implv2 - package org.jenkinsci.plugins.uniqueid.implv2
 

P

PersistenceRootIdStore - Class in org.jenkinsci.plugins.uniqueid.implv2
The PersistenceRootIdStore allows the storing of a Unique ID for any PersistenceRoot item.
PersistenceRootIdStore() - Constructor for class org.jenkinsci.plugins.uniqueid.implv2.PersistenceRootIdStore
 

R

RunIdStore - Class in org.jenkinsci.plugins.uniqueid.implv2
Manages Unique IDs for Runs.
RunIdStore() - Constructor for class org.jenkinsci.plugins.uniqueid.implv2.RunIdStore
 

S

supports(Class) - Method in class org.jenkinsci.plugins.uniqueid.IdStore
 

U

UserIdStore - Class in org.jenkinsci.plugins.uniqueid.implv2
Manages Unique IDs for User.
UserIdStore() - Constructor for class org.jenkinsci.plugins.uniqueid.implv2.UserIdStore
 
C F G I M O P R S U 
All Classes and Interfaces|All Packages