Uses of Interface
com.collabnet.ce.webservices.ObjectWithTitle
-
Packages that use ObjectWithTitle Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.util -
-
Uses of ObjectWithTitle in com.collabnet.ce.webservices
Classes in com.collabnet.ce.webservices with type parameters of type ObjectWithTitle Modifier and Type Class Description class
CTFList<T extends ObjectWithTitle>
GlorifiedArrayList
that supports a look-up by the title.Classes in com.collabnet.ce.webservices that implement ObjectWithTitle Modifier and Type Class Description class
CTFDocument
class
CTFDocumentFolder
A folder in the documents section.class
CTFFolder
Folder-like container object.class
CTFGroup
class
CTFItem
class
CTFPackage
class
CTFProject
A project in TeamForge.class
CTFRelease
class
CTFReleaseFile
class
CTFRole
A role in CTF belongs to a project.class
CTFScmRepository
A SCM repository.class
CTFTracker
class
CTFUser
-
Uses of ObjectWithTitle in hudson.plugins.collabnet.util
Method parameters in hudson.plugins.collabnet.util with type arguments of type ObjectWithTitle Modifier and Type Method Description static ComboBoxModel
ComboBoxUpdater. toModel(Collection<? extends ObjectWithTitle> list)
-