org.jenkinsci.plugins.awsbeanstalkpublisher
Interface AWSEBDeploymentProvider

All Known Implementing Classes:
AWSEBDeploymentBuilder, AWSEBDeploymentPublisher

public interface AWSEBDeploymentProvider


Method Summary
 String getApplicationName()
           
 com.amazonaws.regions.Regions getAwsRegion()
           
 String getBucketName()
           
 AWSEBCredentials getCredentials()
           
 List<String> getEnvironments()
           
 String getExcludes()
           
 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()


Copyright © 2014. All Rights Reserved.