Uses of Class
org.jenkinsci.plugins.graniteclient.GraniteClientConfig

Uses of GraniteClientConfig in org.jenkinsci.plugins.graniteclient
 

Fields in org.jenkinsci.plugins.graniteclient declared as GraniteClientConfig
protected  GraniteClientConfig DownloadPackagesCallable.clientConfig
           
protected  GraniteClientConfig AbstractClientFileCallable.clientConfig
          Deprecated.  
 

Methods in org.jenkinsci.plugins.graniteclient with parameters of type GraniteClientConfig
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)
           
 

Constructors in org.jenkinsci.plugins.graniteclient with parameters of type GraniteClientConfig
AbstractClientFileCallable(GraniteClientConfig clientConfig, hudson.model.TaskListener listener)
          Deprecated.  
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-2014. All Rights Reserved.