@atomist/automation-client
Version:
Atomist API for software low-level client
11 lines • 397 B
TypeScript
import { ScriptAction, ScriptedFlushable } from "./Flushable";
/**
* Support for ScriptedFlushable operations
*/
export declare abstract class AbstractScriptedFlushable<T> implements ScriptedFlushable<T> {
private actions;
recordAction(action: ScriptAction<T, any>): this;
readonly dirty: boolean;
flush(): Promise<this>;
}
//# sourceMappingURL=AbstractScriptedFlushable.d.ts.map