C# Class Octopus.Client.Editors.ProjectChannelsEditor

显示文件 Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
CreateOrModify ( string name ) : ChannelEditor
CreateOrModify ( string name, string description ) : ChannelEditor
Delete ( string name ) : ProjectChannelsEditor
ProjectChannelsEditor ( IChannelRepository repository, ProjectResource owner ) : System
SaveAll ( ) : ProjectChannelsEditor

Method Details

CreateOrModify() public method

public CreateOrModify ( string name ) : ChannelEditor
name string
return ChannelEditor

CreateOrModify() public method

public CreateOrModify ( string name, string description ) : ChannelEditor
name string
description string
return ChannelEditor

Delete() public method

public Delete ( string name ) : ProjectChannelsEditor
name string
return ProjectChannelsEditor

ProjectChannelsEditor() public method

public ProjectChannelsEditor ( IChannelRepository repository, ProjectResource owner ) : System
repository IChannelRepository
owner ProjectResource
return System

SaveAll() public method

public SaveAll ( ) : ProjectChannelsEditor
return ProjectChannelsEditor