@Symbol(value="cloudWatchLogs")
@Extension
public class CloudWatchAwsGlobalConfiguration
extends io.jenkins.plugins.aws.global_configuration.AbstractAwsGlobalConfiguration
| Constructor and Description |
|---|
CloudWatchAwsGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckLogGroupName(String logGroupName) |
hudson.util.FormValidation |
doValidate(String logGroupName,
String region,
String credentialsId) |
protected void |
filter(com.amazonaws.services.logs.AWSLogs client,
String logGroupName) |
com.amazonaws.services.logs.AWSLogsClientBuilder |
getAWSLogsClientBuilder() |
String |
getDisplayName() |
String |
getLogGroupName() |
void |
setLogGroupName(String logGroupName) |
getCategory, processExceptionMessageall, configure, getDescriptor, 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 String getLogGroupName()
@DataBoundSetter public void setLogGroupName(String logGroupName)
@Nonnull public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public com.amazonaws.services.logs.AWSLogsClientBuilder getAWSLogsClientBuilder()
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckLogGroupName(@QueryParameter
String logGroupName)
public hudson.util.FormValidation doValidate(@QueryParameter
String logGroupName,
@QueryParameter
String region,
@QueryParameter
String credentialsId)
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
protected void filter(com.amazonaws.services.logs.AWSLogs client,
String logGroupName)
Copyright © 2016–2021. All rights reserved.