Uses of Class
com.collabnet.ce.webservices.CTFFlexField
-
Packages that use CTFFlexField Package Description com.collabnet.ce.webservices -
-
Uses of CTFFlexField in com.collabnet.ce.webservices
Fields in com.collabnet.ce.webservices declared as CTFFlexField Modifier and Type Field Description CTFFlexField[]
CTFArtifact. flexFields
Methods in com.collabnet.ce.webservices that return CTFFlexField Modifier and Type Method Description CTFFlexField[]
CTFArtifact. getFlexFields()
Methods in com.collabnet.ce.webservices with parameters of type CTFFlexField Modifier and Type Method Description 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.void
CTFArtifact. setFlexFields(CTFFlexField[] flexFields)
-