C# Class SIM.Core.Common.AggregatePipelineController

Inheritance: IPipelineController
Mostrar archivo Open project: Sitecore/Sitecore-Instance-Manager

Private Properties

Property Type Description
GetMessages IEnumerable

Public Methods

Method Description
Ask ( [ title, [ defaultValue ) : string
Confirm ( [ message ) : bool
Execute ( [ path, string args ) : void
Finish ( [ message, bool closeInterface ) : void
IncrementProgress ( ) : void
IncrementProgress ( long progress ) : void
Pause ( ) : void
ProcessorCrashed ( [ error ) : void
ProcessorDone ( [ title ) : void
ProcessorSkipped ( string processorName ) : void
ProcessorStarted ( string title ) : void
Resume ( ) : void
Select ( string message, IEnumerable options, bool allowMultipleSelection = false, string defaultValue = null ) : string
SetProgress ( long progress ) : void
Start ( string replaceVariables, List steps ) : void

Private Methods

Method Description
GetMessages ( ) : IEnumerable

Method Details

Ask() public method

public Ask ( [ title, [ defaultValue ) : string
title [
defaultValue [
return string

Confirm() public method

public Confirm ( [ message ) : bool
message [
return bool

Execute() public method

public Execute ( [ path, string args ) : void
path [
args string
return void

Finish() public method

public Finish ( [ message, bool closeInterface ) : void
message [
closeInterface bool
return void

IncrementProgress() public method

public IncrementProgress ( ) : void
return void

IncrementProgress() public method

public IncrementProgress ( long progress ) : void
progress long
return void

Pause() public method

public Pause ( ) : void
return void

ProcessorCrashed() public method

public ProcessorCrashed ( [ error ) : void
error [
return void

ProcessorDone() public method

public ProcessorDone ( [ title ) : void
title [
return void

ProcessorSkipped() public method

public ProcessorSkipped ( string processorName ) : void
processorName string
return void

ProcessorStarted() public method

public ProcessorStarted ( string title ) : void
title string
return void

Resume() public method

public Resume ( ) : void
return void

Select() public method

public Select ( string message, IEnumerable options, bool allowMultipleSelection = false, string defaultValue = null ) : string
message string
options IEnumerable
allowMultipleSelection bool
defaultValue string
return string

SetProgress() public method

public SetProgress ( long progress ) : void
progress long
return void

Start() public method

public Start ( string replaceVariables, List steps ) : void
replaceVariables string
steps List
return void