C# 클래스 Octopus.Client.Model.PhaseResource

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clear ( ) : PhaseResource
PhaseResource ( ) : System
WithAutomaticDeploymentTargets ( ) : PhaseResource
WithMinimumEnvironmentsBeforePromotion ( int minimumEnvironmentsBeforePromotion ) : PhaseResource
WithOptionalDeploymentTargets ( ) : PhaseResource
WithReleaseRetentionPolicy ( RetentionPeriod period ) : PhaseResource
WithTentacleRetentionPolicy ( RetentionPeriod period ) : PhaseResource

메소드 상세

Clear() 공개 메소드

public Clear ( ) : PhaseResource
리턴 PhaseResource

PhaseResource() 공개 메소드

public PhaseResource ( ) : System
리턴 System

WithAutomaticDeploymentTargets() 공개 메소드

public WithAutomaticDeploymentTargets ( ) : PhaseResource
리턴 PhaseResource

WithMinimumEnvironmentsBeforePromotion() 공개 메소드

public WithMinimumEnvironmentsBeforePromotion ( int minimumEnvironmentsBeforePromotion ) : PhaseResource
minimumEnvironmentsBeforePromotion int
리턴 PhaseResource

WithOptionalDeploymentTargets() 공개 메소드

public WithOptionalDeploymentTargets ( ) : PhaseResource
리턴 PhaseResource

WithReleaseRetentionPolicy() 공개 메소드

public WithReleaseRetentionPolicy ( RetentionPeriod period ) : PhaseResource
period RetentionPeriod
리턴 PhaseResource

WithTentacleRetentionPolicy() 공개 메소드

public WithTentacleRetentionPolicy ( RetentionPeriod period ) : PhaseResource
period RetentionPeriod
리턴 PhaseResource