Class UploadService
java.lang.Object
io.jenkins.plugins.appcircle.enterprise.app.store.UploadService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAppVersions
(String entProfileId) getLatestAppVersionId
(String profileId) publishEnterpriseAppVersion
(String entProfileId, String entVersionId, String summary, String releaseNotes, String publishType) org.json.JSONObject
uploadArtifact
(String appPath)
-
Constructor Details
-
UploadService
-
-
Method Details
-
uploadArtifact
- Throws:
IOException
-
publishEnterpriseAppVersion
public Boolean publishEnterpriseAppVersion(String entProfileId, String entVersionId, String summary, String releaseNotes, String publishType) throws IOException - Throws:
IOException
-
getAppVersions
- Throws:
IOException
-
getEntProfiles
- Throws:
IOException
-
getProfileId
- Throws:
IOException
-
getLatestAppVersionId
- Throws:
IOException
-