C# Class Octopus.Client.Model.ChannelResource

Inheritance: Resource, INamedResource
ファイルを表示 Open project: OctopusDeploy/Octo.exe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddCommonRuleForAllActions ( string versionRange, string tagRegex, DeploymentProcessResource process ) : ChannelResource
AddOrUpdateTenantTags ( ) : ChannelResource
AddRule ( ChannelVersionRuleResource rule ) : ChannelResource
AddRule ( string versionRange, string tagRegex ) : ChannelResource
ChannelResource ( ) : System.Collections.Generic
ClearRules ( ) : ChannelResource
ClearTenantTags ( ) : ChannelResource
SetAsDefaultChannel ( ) : ChannelResource
UsingLifecycle ( LifecycleResource lifecycle ) : ChannelResource

Method Details

AddCommonRuleForAllActions() public method

public AddCommonRuleForAllActions ( string versionRange, string tagRegex, DeploymentProcessResource process ) : ChannelResource
versionRange string
tagRegex string
process DeploymentProcessResource
return ChannelResource

AddOrUpdateTenantTags() public method

public AddOrUpdateTenantTags ( ) : ChannelResource
return ChannelResource

AddRule() public method

public AddRule ( ChannelVersionRuleResource rule ) : ChannelResource
rule ChannelVersionRuleResource
return ChannelResource

AddRule() public method

public AddRule ( string versionRange, string tagRegex ) : ChannelResource
versionRange string
tagRegex string
return ChannelResource

ChannelResource() public method

public ChannelResource ( ) : System.Collections.Generic
return System.Collections.Generic

ClearRules() public method

public ClearRules ( ) : ChannelResource
return ChannelResource

ClearTenantTags() public method

public ClearTenantTags ( ) : ChannelResource
return ChannelResource

SetAsDefaultChannel() public method

public SetAsDefaultChannel ( ) : ChannelResource
return ChannelResource

UsingLifecycle() public method

public UsingLifecycle ( LifecycleResource lifecycle ) : ChannelResource
lifecycle LifecycleResource
return ChannelResource