| Package | Description |
|---|---|
| io.packagecloud.client |
| Modifier and Type | Method and Description |
|---|---|
Distributions |
PackageCloud.getDistributions()
Gets available distributions, see
the distributions/index
api docs.
|
Result |
Client.getDistributions() |
Result |
Client.packageContents(InputStream fileStream,
String filename,
String repository,
Integer distroVersionId) |
Result |
Client.putPackage(InputStream fileStream,
String filename,
String repository,
Integer distroVersionId,
Map<String,InputStream> sourceFiles) |
Result |
Client.putPackage(InputStream fileStream,
String filename,
String username,
String repository,
Integer distroVersionId,
Map<String,InputStream> sourceFiles) |
boolean |
PackageCloud.putPackage(Package pkg)
Put package.
|
boolean |
PackageCloud.putPackage(Package pkg,
String username)
Put package to a shared repository.
|
Copyright © 2014–2018. All rights reserved.