Uses of Class
com.collabnet.ce.webservices.CTFRelease
-
Packages that use CTFRelease Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.filerelease hudson.plugins.collabnet.util -
-
Uses of CTFRelease in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFRelease Modifier and Type Method Description CTFRelease
CTFPackage. createRelease(String title, String description, String status, String maturity)
CTFRelease
CTFPackage. getReleaseById(String releaseId)
CTFRelease
CTFPackage. getReleaseByTitle(String title)
Finds a release by its title, or return null if not found.Methods in com.collabnet.ce.webservices that return types with arguments of type CTFRelease Modifier and Type Method Description CTFList<CTFRelease>
CTFPackage. getReleases()
-
Uses of CTFRelease in hudson.plugins.collabnet.filerelease
Methods in hudson.plugins.collabnet.filerelease that return CTFRelease Modifier and Type Method Description CTFRelease
CNFileRelease. getReleaseObject(String expandedRelease)
Get the releaseId from the project/package/release names.Methods in hudson.plugins.collabnet.filerelease with parameters of type CTFRelease Modifier and Type Method Description CnfrResultAction
CNFileRelease. createAction(int numUploaded, CTFRelease release)
Get the ResultAction for this build.int
CNFileRelease. uploadFiles(AbstractBuild<?,?> build, CTFRelease release)
Upload the files which match the file patterns to the given releaseId. -
Uses of CTFRelease in hudson.plugins.collabnet.util
Methods in hudson.plugins.collabnet.util that return CTFRelease Modifier and Type Method Description static CTFRelease
CNHudsonUtil. getProjectReleaseId(CTFProject project, String release)
Get a releaseId, given a projectId and a release title.
-