Uses of Class
com.collabnet.ce.webservices.CTFArtifact
-
Packages that use CTFArtifact Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.tracker -
-
Uses of CTFArtifact in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFArtifact 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.Methods in com.collabnet.ce.webservices that return types with arguments of type CTFArtifact Modifier and Type Method Description List<CTFArtifact>
CTFTracker. getArtifactsByTitle(String title)
-
Uses of CTFArtifact in hudson.plugins.collabnet.tracker
Methods in hudson.plugins.collabnet.tracker that return CTFArtifact Modifier and Type Method Description CTFArtifact
CNTracker. createNewTrackerArtifact(CTFTracker t, String status, String description, AbstractBuild<?,?> build)
Create a new tracker artifact with the given values.CTFArtifact
CNTracker. findTrackerArtifact(CTFTracker tracker, AbstractBuild<?,?> build)
Return a tracker artifact with the matching title.Methods in hudson.plugins.collabnet.tracker with parameters of type CTFArtifact Modifier and Type Method Description void
CNTracker. closeSucceedingBuild(CTFArtifact issue, AbstractBuild<?,?> build)
Update the issue with a build that's successful, and close it.void
CNTracker. updateFailingBuild(CTFArtifact issue, AbstractBuild<?,?> build)
Update the issue with failing build status.void
CNTracker. updateSucceedingBuild(CTFArtifact issue, AbstractBuild<?,?> build)
Update the issue with a build that's successful, but do not change its status.
-