Uses of Class
com.collabnet.ce.webservices.CTFDocumentFolder
-
Packages that use CTFDocumentFolder Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.documentuploader -
-
Uses of CTFDocumentFolder in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFDocumentFolder Modifier and Type Method Description CTFDocumentFolder
CTFDocumentFolder. createFolder(String title, String description)
CTFDocumentFolder
CTFProject. getOrCreateDocumentFolder(String documentPath)
Gets to the folder from a path string like "foo/bar/zot", if necessary by creating intermediate directories.CTFDocumentFolder
CTFProject. getRootFolder()
Methods in com.collabnet.ce.webservices that return types with arguments of type CTFDocumentFolder Modifier and Type Method Description CTFList<CTFDocumentFolder>
CTFDocumentFolder. getFolders()
-
Uses of CTFDocumentFolder in hudson.plugins.collabnet.documentuploader
Methods in hudson.plugins.collabnet.documentuploader with parameters of type CTFDocumentFolder Modifier and Type Method Description int
CNDocumentUploader. uploadFiles(CTFDocumentFolder folder, AbstractBuild<?,?> build, BuildListener listener)
Upload files matching the file patterns to the Document Service.
-