C# 클래스 Snowcode.S3BuildPublisher.AwsTaskBase

상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: BookSwapSteve/AWS-MSBuild-Task-Library

Private Properties

프로퍼티 타입 설명
AwsTaskBase System

공개 메소드들

메소드 설명
Execute ( ) : bool

보호된 메소드들

메소드 설명
AwsTaskBase ( ) : System
AwsTaskBase ( IAwsClientFactory awsClientFactory, ITaskLogger logger ) : System
Execute ( Snowcode.S3BuildPublisher.Client.AwsClientDetails clientDetails ) : bool
GetClientDetails ( ) : Snowcode.S3BuildPublisher.Client.AwsClientDetails
Join ( string values ) : string

비공개 메소드들

메소드 설명
AwsTaskBase ( IAwsClientFactory awsClientFactory ) : System

메소드 상세

AwsTaskBase() 보호된 메소드

protected AwsTaskBase ( ) : System
리턴 System

AwsTaskBase() 보호된 메소드

protected AwsTaskBase ( IAwsClientFactory awsClientFactory, ITaskLogger logger ) : System
awsClientFactory IAwsClientFactory
logger ITaskLogger
리턴 System

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

Execute() 보호된 메소드

protected Execute ( Snowcode.S3BuildPublisher.Client.AwsClientDetails clientDetails ) : bool
clientDetails Snowcode.S3BuildPublisher.Client.AwsClientDetails
리턴 bool

GetClientDetails() 보호된 메소드

protected GetClientDetails ( ) : Snowcode.S3BuildPublisher.Client.AwsClientDetails
리턴 Snowcode.S3BuildPublisher.Client.AwsClientDetails

Join() 보호된 메소드

protected Join ( string values ) : string
values string
리턴 string