import ScheduleHistoryFinder from 'opengate-js/src/schedule/SchedulePipelineFinder.js'ScheduleHistoryFinder
Extends:
GenericFinder → ScheduleHistoryFinder
This class allow make get request to planner resource into Opengate North API.
Constructor Summary
| Public Constructor | ||
| public |
constructor(ogapi: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
findByOrganization(organization: *): Promise Download a complete list of scheduler history for the organization. |
|
| public |
findByOrganizationAndType(organization: *, type: *): Promise Download a complete list of scheduler history for the organization. |
|
Public Constructors
public constructor(ogapi: InternalOpenGateAPI) source
Constructor
Override:
GenericFinder#constructorParams:
| Name | Type | Attribute | Description |
| ogapi | InternalOpenGateAPI | Reference to the API object. |