@atomist/rug
Advanced tools
Comparing version 0.17.2 to 0.17.3
@@ -83,2 +83,3 @@ "use strict"; | ||
MappedParameters.SLACK_USER = "atomist://slack/user"; | ||
MappedParameters.GITHUB_WEBHOOK_URL = "atomist://github_webhook_url"; | ||
exports.MappedParameters = MappedParameters; |
@@ -195,2 +195,3 @@ import {GraphNode, TreeNode, PathExpressionEngine, PathExpression, Match} from "../tree/PathExpression" | ||
static readonly SLACK_USER: string = "atomist://slack/user" | ||
static readonly GITHUB_WEBHOOK_URL: string = "atomist://github_webhook_url" | ||
} | ||
@@ -197,0 +198,0 @@ |
{ | ||
"name": "@atomist/rug", | ||
"version": "0.17.2", | ||
"version": "0.17.3", | ||
"description": "TypeScript model for Atomist editors, generators etc", | ||
@@ -5,0 +5,0 @@ "repository": { |
import { ScenarioWorld } from "../ScenarioWorld" | ||
import { Result } from "../Result" | ||
import { Plan } from "../../operations/Handlers" | ||
import { Message, Plan } from "../../operations/Handlers" | ||
import { GraphNode } from "../../tree/PathExpression" | ||
@@ -24,2 +24,8 @@ | ||
/** | ||
* A message returned by an handler rather than a Plan | ||
* Throws an exception if no plan was recorded | ||
*/ | ||
message(): Message | ||
/** | ||
* Is the plan internally valid? Do the referenced commands and project operations exist? | ||
@@ -26,0 +32,0 @@ */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3434996
7751