public class ConfigHelper extends Object
Modifier and Type | Method and 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) |
public static org.jenkinsci.lib.configprovider.model.ContentType getRealContentType(@NonNull org.jenkinsci.lib.configprovider.ConfigProvider p)
@CheckForNull public static byte[] buildUserData(@NonNull List<String> configIds, @Nullable Map<String,String> replacements, boolean gzip) throws IOException
IOException
@NonNull public static ListBoxModel doFillFileItems(@Nullable String currentValue)
Copyright © 2016–2021. All rights reserved.