Modifier and Type | Field and Description |
---|---|
protected GraniteClientConfig |
DownloadPackagesCallable.clientConfig |
Modifier and Type | Method and Description |
---|---|
GraniteClientConfig |
PackageChoiceParameterDefinition.getGraniteClientConfig() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
GraniteClientExecutor.execute(PackageManagerClientCallable<T> callable,
GraniteClientConfig config) |
static <T> T |
GraniteClientExecutor.execute(PackageManagerClientCallable<T> callable,
GraniteClientConfig config,
hudson.model.TaskListener _listener) |
static boolean |
GraniteClientExecutor.validateBaseUrl(GraniteClientConfig config) |
Constructor and Description |
---|
BuildPackageCallable(GraniteClientConfig clientConfig,
hudson.model.TaskListener listener,
net.adamcin.granite.client.packman.PackId packId,
net.adamcin.granite.client.packman.WspFilter wspFilter,
boolean download) |
DeployPackageCallable(GraniteClientConfig clientConfig,
hudson.model.TaskListener listener,
net.adamcin.granite.client.packman.PackId packId,
PackageInstallOptions options,
ExistingPackageBehavior behavior) |
DownloadPackagesCallable(GraniteClientConfig clientConfig,
hudson.model.TaskListener listener,
List<net.adamcin.granite.client.packman.PackId> packIds,
boolean ignoreErrors,
boolean rebuild) |
Copyright © 2013–2019. All rights reserved.