C# 클래스 Octopus.Client.Editors.ProjectChannelsEditor

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
CreateOrModify ( string name ) : ChannelEditor
CreateOrModify ( string name, string description ) : ChannelEditor
Delete ( string name ) : ProjectChannelsEditor
ProjectChannelsEditor ( IChannelRepository repository, ProjectResource owner ) : System
SaveAll ( ) : ProjectChannelsEditor

메소드 상세

CreateOrModify() 공개 메소드

public CreateOrModify ( string name ) : ChannelEditor
name string
리턴 ChannelEditor

CreateOrModify() 공개 메소드

public CreateOrModify ( string name, string description ) : ChannelEditor
name string
description string
리턴 ChannelEditor

Delete() 공개 메소드

public Delete ( string name ) : ProjectChannelsEditor
name string
리턴 ProjectChannelsEditor

ProjectChannelsEditor() 공개 메소드

public ProjectChannelsEditor ( IChannelRepository repository, ProjectResource owner ) : System
repository IChannelRepository
owner ProjectResource
리턴 System

SaveAll() 공개 메소드

public SaveAll ( ) : ProjectChannelsEditor
리턴 ProjectChannelsEditor