C# 클래스 MCloud.Deploy.Deployment

A deployment is an operation performed on a node, such as copying over a file, or running a script. All deployments inherit from this class.
파일 보기 프로젝트 열기: jacksonh/MCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultEnsureRunningAttempts int
DefaultEnsureRunningWaitTime int

공개 메소드들

메소드 설명
Deployment ( ) : System
Run ( Node node, NodeAuth auth ) : void

Execute the deployment using the supplied NodeAuth to log into the node.

보호된 메소드들

메소드 설명
RunImpl ( Node node, NodeAuth auth ) : void

비공개 메소드들

메소드 설명
EnsureNodeRunning ( Node node ) : void

메소드 상세

Deployment() 공개 메소드

public Deployment ( ) : System
리턴 System

Run() 공개 메소드

Execute the deployment using the supplied NodeAuth to log into the node.
public Run ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
리턴 void

RunImpl() 보호된 추상적인 메소드

protected abstract RunImpl ( Node node, NodeAuth auth ) : void
node Node
auth NodeAuth
리턴 void

프로퍼티 상세

DefaultEnsureRunningAttempts 공개적으로 정적으로 프로퍼티

public static int DefaultEnsureRunningAttempts
리턴 int

DefaultEnsureRunningWaitTime 공개적으로 정적으로 프로퍼티

public static int DefaultEnsureRunningWaitTime
리턴 int