Method/Parameters | Description |
---|
addFilesToPackage(projectId, packageName, files) projectId (Long) packageName (String) files (List<String> | Add files to a given project package |
projectId | Id of project package is in |
packageName | Name of package to add files to |
files | Filepaths of files to add |
addPackagesToRelease | Add package(s) to an existing release |
releaseName | Name of release to add packages to |
releaseProjects | A list of release project pojos to add. ****describe pojo***** |
addProjectsToRelease | Add project(s) to an existing release |
releaseName | Release name to use |
projectIds | List of ids for projects to add |
approveTask | Submits approval for an existing approval task ****should we even document this one??? |
username | The username to request the approval as |
taskId | Id of the task to approve |
notes | Comment to include with approval |
buildPackage | Build a package for a project. Returns the workflow request id |
streamId | The stream to build, see findStreamId |
projectPackage | Pojo containing package information ****pojo description |
buildPackage | Build a package for a project. Returns the workflow request id |
streamId | The stream to build, see findStreamId |
projectPackage | Pojo containing package information ****pojo description |
pollingResult | PollingResult object to pass to build |