Uses of Class
com.collabnet.ce.webservices.CTFProject
-
Packages that use CTFProject Package Description com.collabnet.ce.webservices hudson.plugins.collabnet.auth hudson.plugins.collabnet.filerelease hudson.plugins.collabnet.util -
-
Uses of CTFProject in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFProject Modifier and Type Method Description CTFProject
CTFFolder. getProject()
Gets the project that this belongs to.CTFProject
CTFTracker. getProject()
CTFProject
CollabNetApp. getProjectById(String projectId)
Returns project object for given projectIdCTFProject
CollabNetApp. getProjectByTitle(String title)
Returns project data for given project titleMethods in com.collabnet.ce.webservices that return types with arguments of type CTFProject Modifier and Type Method Description List<CTFProject>
CollabNetApp. getProjects()
Return a collection of projectsConstructors in com.collabnet.ce.webservices with parameters of type CTFProject Constructor Description CTFRole(CTFProject parent, org.json.simple.JSONObject data)
CTFScmRepository(CTFProject parent, org.json.simple.JSONObject data)
-
Uses of CTFProject in hudson.plugins.collabnet.auth
Methods in hudson.plugins.collabnet.auth with parameters of type CTFProject Modifier and Type Method Description boolean
CNAuthentication. isProjectAdmin(CTFProject p)
Determines if the authenticated user is a project admin. -
Uses of CTFProject in hudson.plugins.collabnet.filerelease
Methods in hudson.plugins.collabnet.filerelease that return CTFProject Modifier and Type Method Description CTFProject
CNFileRelease. getProjectObject()
Get the project id for the project name. -
Uses of CTFProject in hudson.plugins.collabnet.util
Methods in hudson.plugins.collabnet.util with parameters of type CTFProject Modifier and Type Method Description static CTFRelease
CNHudsonUtil. getProjectReleaseId(CTFProject project, String release)
Get a releaseId, given a projectId and a release title.static ComboBoxModel
ComboBoxUpdater. getReleaseList(CTFProject p)
static ComboBoxModel
ComboBoxUpdater. getTrackerList(CTFProject p)
static ComboBoxModel
ComboBoxUpdater. getUserList(CTFProject p)
-