Package s3explorer

Class S3ExplorerPlugin

    • Constructor Detail

      • S3ExplorerPlugin

        public S3ExplorerPlugin()
    • Method Detail

      • start

        public void start()
                   throws Exception
        Overrides:
        start in class hudson.Plugin
        Throws:
        Exception
      • configure

        public void configure​(org.kohsuke.stapler.StaplerRequest req,
                              net.sf.json.JSONObject formData)
                       throws IOException
        Overrides:
        configure in class hudson.Plugin
        Throws:
        IOException
      • getAwsRegion

        public String getAwsRegion()
      • getAwsAccessKeyId

        public String getAwsAccessKeyId()
      • getAwsSecretAccessKey

        public String getAwsSecretAccessKey()
      • getBucketName

        public String getBucketName()
      • setAwsRegion

        public void setAwsRegion​(String awsRegion)
      • setAwsAccessKeyId

        public void setAwsAccessKeyId​(String awsAccessKeyId)
      • setAwsSecretAccessKey

        public void setAwsSecretAccessKey​(String awsSecretAccessKey)
      • setBucketName

        public void setBucketName​(String bucketName)