@Extension(dynamicLoadable=YES)
public final class AWSLogsConfig
extends jenkins.model.GlobalConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LOG_GROUP |
| Constructor and Description |
|---|
AWSLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static AWSLogsConfig |
get() |
String |
getAwsAccessKeyId() |
String |
getAwsRegion() |
String |
getAwsSecretKey() |
String |
getLogGroupName() |
void |
setAwsAccessKeyId(String awsAccessKeyId) |
void |
setAwsRegion(String awsRegion) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setLogGroupName(String logGroupName) |
all, getCategory, getDescriptor, getDisplayName, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMappublic static final String DEFAULT_LOG_GROUP
public static AWSLogsConfig get()
null if Jenkins has been
shut downpublic String getAwsAccessKeyId()
public void setAwsAccessKeyId(@CheckForNull String awsAccessKeyId)
public String getAwsSecretKey()
public void setAwsSecretKey(@CheckForNull String awsSecretKey)
public String getAwsRegion()
public void setAwsRegion(@CheckForNull String awsRegion)
public String getLogGroupName()
public void setLogGroupName(@CheckForNull String logGroupName)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionCopyright © 2016–2018. All rights reserved.