C# Class Octopus.Client.Editors.ProjectChannelsEditor

Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode 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 méthode

public CreateOrModify ( string name ) : ChannelEditor
name string
Résultat ChannelEditor

CreateOrModify() public méthode

public CreateOrModify ( string name, string description ) : ChannelEditor
name string
description string
Résultat ChannelEditor

Delete() public méthode

public Delete ( string name ) : ProjectChannelsEditor
name string
Résultat ProjectChannelsEditor

ProjectChannelsEditor() public méthode

public ProjectChannelsEditor ( IChannelRepository repository, ProjectResource owner ) : System
repository IChannelRepository
owner ProjectResource
Résultat System

SaveAll() public méthode

public SaveAll ( ) : ProjectChannelsEditor
Résultat ProjectChannelsEditor