Uses of Class
com.collabnet.ce.webservices.CTFFile
-
Packages that use CTFFile Package Description com.collabnet.ce.webservices -
-
Uses of CTFFile in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFFile Modifier and Type Method Description CTFFile
CollabNetApp. upload(File src)
Uploads a file.Methods in com.collabnet.ce.webservices with parameters of type CTFFile Modifier and Type Method Description CTFReleaseFile
CTFRelease. addFile(String fileName, String mimeType, CTFFile file)
CTFArtifact
CTFTracker. createArtifact(String title, String description, String group, String category, String status, String customer, int priority, int estimatedHours, String assignTo, String[] releaseId, CTFFlexField flexFields, String fileName, String fileMimeType, CTFFile file)
Create a new tracker artifact with the given values.CTFDocument
CTFDocumentFolder. createDocument(String title, String description, String versionComment, String status, boolean createLocked, String fileName, String mimeType, CTFFile file, String associationId, String associationDesc)
void
CTFArtifact. update(String comment, String fileName, String fileMimeType, CTFFile file)
void
CTFDocument. update(CTFFile file)
Updates this document by a new file.
-