Search
Preparing search index...
The search index is not available
@atomist/sdm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"core/handlers/events/delivery/goals/FulfillGoalOnRequested"
FulfillGoalOnRequested
Class FulfillGoalOnRequested
Handle an SDM request goal. Used for many implementation types.
Hierarchy
FulfillGoalOnRequested
Implements
HandleEvent
<
Subscription
>
Index
Constructors
constructor
Properties
configuration
goal
Execution
Listeners
implementation
Mapper
Methods
handle
Constructors
constructor
new
Fulfill
Goal
OnRequested
(
implementationMapper
:
GoalImplementationMapper
, goalExecutionListeners
:
GoalExecutionListener
[]
)
:
FulfillGoalOnRequested
Parameters
implementationMapper:
GoalImplementationMapper
goalExecutionListeners:
GoalExecutionListener
[]
Returns
FulfillGoalOnRequested
Properties
configuration
configuration
:
SoftwareDeliveryMachineConfiguration
Private
Readonly
goal
Execution
Listeners
goal
Execution
Listeners
:
GoalExecutionListener
[]
Private
Readonly
implementation
Mapper
implementation
Mapper
:
GoalImplementationMapper
Methods
handle
handle
(
event
:
EventFired
<
Subscription
>
, ctx
:
HandlerContext
)
:
Promise
<
HandlerResult
>
Parameters
event:
EventFired
<
Subscription
>
ctx:
HandlerContext
Returns
Promise
<
HandlerResult
>
Globals
"core/handlers/events/delivery/goals/
Fulfill
Goal
OnRequested"
Fulfill
Goal
OnRequested
constructor
configuration
goal
Execution
Listeners
implementation
Mapper
handle
find
Goal
Scheduler
report
End
And
Close
report
Start
Generated using
TypeDoc
Handle an SDM request goal. Used for many implementation types.