Package jenkins.plugins.jclouds.config
Class ConfigHelper
java.lang.Object
jenkins.plugins.jclouds.config.ConfigHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
static ListBoxModel
doFillFileItems
(String currentValue) static String
static org.jenkinsci.lib.configprovider.model.ContentType
getRealContentType
(org.jenkinsci.lib.configprovider.ConfigProvider p)
-
Method Details
-
getConfig
-
getRealContentType
public static org.jenkinsci.lib.configprovider.model.ContentType getRealContentType(@NonNull org.jenkinsci.lib.configprovider.ConfigProvider p) -
buildUserData
@CheckForNull public static byte[] buildUserData(@NonNull List<String> configIds, @Nullable Map<String, String> replacements, boolean gzip) throws IOException- Throws:
IOException
-
doFillFileItems
-