org.jenkinsci.plugins.awsbeanstalkpublisher
Interface AWSEBProvider

All Known Implementing Classes:
AWSEBBuilder, AWSEBPublisher

public interface AWSEBProvider


Method Summary
 String getApplicationName()
           
 com.amazonaws.regions.Regions getAwsRegion()
           
 String getBucketName()
           
 AWSEBCredentials getCredentials()
           
 List<String> getEnvironments()
           
 String getExcludes()
           
 boolean getFailOnError()
           
 String getIncludes()
           
 String getKeyPrefix()
           
 String getRootObject()
           
 String getVersionLabelFormat()
           
 boolean isOverwriteExistingFile()
           
 

Method Detail

getRootObject

String getRootObject()

getKeyPrefix

String getKeyPrefix()

getBucketName

String getBucketName()

getApplicationName

String getApplicationName()

getVersionLabelFormat

String getVersionLabelFormat()

getEnvironments

List<String> getEnvironments()

getCredentials

AWSEBCredentials getCredentials()

getAwsRegion

com.amazonaws.regions.Regions getAwsRegion()

getExcludes

String getExcludes()

getIncludes

String getIncludes()

isOverwriteExistingFile

boolean isOverwriteExistingFile()

getFailOnError

boolean getFailOnError()


Copyright © 2014. All Rights Reserved.