@Extension
public class HumioConfig
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
HumioConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
String |
getDisplayName() |
Boolean |
getEnabled() |
String |
getIngestToken() |
static HumioConfig |
getInstance() |
String |
getRepositoryName() |
String |
getServerURL() |
static boolean |
isValid() |
void |
setEnabled(Boolean enabled) |
void |
setIngestToken(String ingestToken) |
void |
setRepositoryName(String repositoryName) |
void |
setServerURL(String serverURL) |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@Nonnull public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
public static HumioConfig getInstance()
public static boolean isValid()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class jenkins.model.GlobalConfiguration
hudson.model.Descriptor.FormException
public String getServerURL()
public void setServerURL(String serverURL)
public String getIngestToken()
public void setIngestToken(String ingestToken)
public String getRepositoryName()
public void setRepositoryName(String repositoryName)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2016–2018. All rights reserved.