Package jenkins.plugins.jclouds.config
Class ConfigHelper
- java.lang.Object
-
- jenkins.plugins.jclouds.config.ConfigHelper
-
public class ConfigHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
buildUserData(List<String> configIds, Map<String,String> replacements, boolean gzip)
static ListBoxModel
doFillFileItems(String currentValue)
static String
getConfig(String id)
static org.jenkinsci.lib.configprovider.model.ContentType
getRealContentType(org.jenkinsci.lib.configprovider.ConfigProvider p)
-
-
-
Method Detail
-
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
@NonNull public static ListBoxModel doFillFileItems(@Nullable String currentValue)
-
-