@atomist/rug
Advanced tools
Comparing version 0.5.4 to 0.6.0
@@ -80,3 +80,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -105,2 +108,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//root: string | ||
@@ -132,3 +138,6 @@ underPath(root: string): boolean | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -160,2 +169,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//name: string | ||
@@ -202,3 +214,6 @@ removeFunction(name: string): void | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -245,2 +260,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//regexp: string | ||
@@ -284,2 +302,5 @@ //replaceWith: string | ||
//msg: string | ||
fail(msg: string): void | ||
//annotation: string | ||
@@ -312,2 +333,5 @@ hasAnnotation(annotation: string): boolean | ||
//msg: string | ||
println(msg: string): void | ||
//newName: string | ||
@@ -346,5 +370,2 @@ rename(newName: string): void | ||
//sourcePath: string | ||
copyEditorBackingFileOrFail(sourcePath: string): void | ||
//sourcePath: string | ||
//destinationPath: string | ||
@@ -354,2 +375,5 @@ copyEditorBackingFileOrFail(sourcePath: string, destinationPath: string): void | ||
//sourcePath: string | ||
copyEditorBackingFileOrFail(sourcePath: string): void | ||
//sourcePath: string | ||
//destinationPath: string | ||
@@ -392,2 +416,5 @@ copyEditorBackingFilesOrFail(sourcePath: string, destinationPath: string): void | ||
//msg: string | ||
fail(msg: string): void | ||
//path: string | ||
@@ -447,3 +474,6 @@ //content: string | ||
//msg: string | ||
println(msg: string): void | ||
projects(): Project[] | ||
@@ -481,3 +511,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -509,3 +542,6 @@ | ||
//msg: string | ||
println(msg: string): void | ||
typeCount(): number | ||
@@ -530,3 +566,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -552,2 +591,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//root: string | ||
@@ -570,3 +612,6 @@ underPath(root: string): boolean | ||
//msg: string | ||
fail(msg: string): void | ||
num(): number | ||
@@ -577,2 +622,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//s2: string | ||
@@ -589,4 +637,4 @@ update(s2: string): void | ||
//arg0: string | ||
update(arg0: string): void | ||
//newValue: string | ||
update(newValue: string): void | ||
@@ -621,3 +669,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -664,2 +715,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//regexp: string | ||
@@ -708,3 +762,6 @@ //replaceWith: string | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -751,2 +808,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//regexp: string | ||
@@ -780,5 +840,5 @@ //replaceWith: string | ||
//arg0: string | ||
//arg1: string | ||
addKeyValue(arg0: string, arg1: string): void | ||
//k: string | ||
//v: string | ||
addKeyValue(k: string, v: string): void | ||
@@ -789,7 +849,13 @@ //msg: string | ||
//msg: string | ||
fail(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//arg0: string | ||
setValue(arg0: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//newValue: string | ||
setValue(newValue: string): void | ||
} // interface Pair | ||
@@ -826,3 +892,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -851,2 +920,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//xpath: string | ||
@@ -879,2 +951,7 @@ //newContent: string | ||
//artifactId: string | ||
//pluginContent: string | ||
addOrReplaceBuildPlugin(groupId: string, artifactId: string, pluginContent: string): void | ||
//groupId: string | ||
//artifactId: string | ||
addOrReplaceDependency(groupId: string, artifactId: string): void | ||
@@ -884,2 +961,6 @@ | ||
//artifactId: string | ||
addOrReplaceDependency(groupId: string, artifactId: string): void | ||
//groupId: string | ||
//artifactId: string | ||
//dependencyContent: string | ||
@@ -890,2 +971,7 @@ addOrReplaceDependencyManagementDependency(groupId: string, artifactId: string, dependencyContent: string): void | ||
//artifactId: string | ||
//dependencyContent: string | ||
addOrReplaceDependencyManagementDependency(groupId: string, artifactId: string, dependencyContent: string): void | ||
//groupId: string | ||
//artifactId: string | ||
//newVersion: string | ||
@@ -897,2 +983,7 @@ addOrReplaceDependencyOfVersion(groupId: string, artifactId: string, newVersion: string): void | ||
//newVersion: string | ||
addOrReplaceDependencyOfVersion(groupId: string, artifactId: string, newVersion: string): void | ||
//groupId: string | ||
//artifactId: string | ||
//newVersion: string | ||
addOrReplaceDependencyScope(groupId: string, artifactId: string, newVersion: string): void | ||
@@ -903,4 +994,14 @@ | ||
//newVersion: string | ||
addOrReplaceDependencyScope(groupId: string, artifactId: string, newVersion: string): void | ||
//groupId: string | ||
//artifactId: string | ||
//newVersion: string | ||
addOrReplaceDependencyVersion(groupId: string, artifactId: string, newVersion: string): void | ||
//groupId: string | ||
//artifactId: string | ||
//newVersion: string | ||
addOrReplaceDependencyVersion(groupId: string, artifactId: string, newVersion: string): void | ||
//parentNodeXPath: string | ||
@@ -916,5 +1017,12 @@ //xPathOfNodeToReplace: string | ||
//propertyName: string | ||
//propertyValue: string | ||
addOrReplaceProperty(propertyName: string, propertyValue: string): void | ||
artifactId(): string | ||
artifactId(): string | ||
//xpath: string | ||
@@ -935,11 +1043,25 @@ contains(xpath: string): boolean | ||
//artifactId: string | ||
dependencyScope(groupId: string, artifactId: string): string | ||
//groupId: string | ||
//artifactId: string | ||
dependencyVersion(groupId: string, artifactId: string): string | ||
//groupId: string | ||
//artifactId: string | ||
dependencyVersion(groupId: string, artifactId: string): string | ||
description(): string | ||
description(): string | ||
//msg: string | ||
fail(msg: string): void | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -953,2 +1075,5 @@ | ||
groupId(): string | ||
//groupId: string | ||
@@ -960,2 +1085,6 @@ //artifactId: string | ||
//artifactId: string | ||
isBuildPluginPresent(groupId: string, artifactId: string): boolean | ||
//groupId: string | ||
//artifactId: string | ||
isDependencyManagementDependencyPresent(groupId: string, artifactId: string): boolean | ||
@@ -965,5 +1094,13 @@ | ||
//artifactId: string | ||
isDependencyManagementDependencyPresent(groupId: string, artifactId: string): boolean | ||
//groupId: string | ||
//artifactId: string | ||
isDependencyPresent(groupId: string, artifactId: string): boolean | ||
//groupId: string | ||
//artifactId: string | ||
isDependencyPresent(groupId: string, artifactId: string): boolean | ||
isWellFormed(): boolean | ||
@@ -981,14 +1118,29 @@ | ||
name(): string | ||
packaging(): string | ||
packaging(): string | ||
parentArtifactId(): string | ||
parentArtifactId(): string | ||
parentGroupId(): string | ||
parentGroupId(): string | ||
parentVersion(): string | ||
parentVersion(): string | ||
path(): string | ||
@@ -1002,5 +1154,11 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//projectPropertyName: string | ||
property(projectPropertyName: string): string | ||
//projectPropertyName: string | ||
property(projectPropertyName: string): string | ||
//groupId: string | ||
@@ -1012,2 +1170,6 @@ //artifactId: string | ||
//artifactId: string | ||
removeDependency(groupId: string, artifactId: string): void | ||
//groupId: string | ||
//artifactId: string | ||
removeDependencyScope(groupId: string, artifactId: string): void | ||
@@ -1017,34 +1179,72 @@ | ||
//artifactId: string | ||
removeDependencyScope(groupId: string, artifactId: string): void | ||
//groupId: string | ||
//artifactId: string | ||
removeDependencyVersion(groupId: string, artifactId: string): void | ||
//groupId: string | ||
//artifactId: string | ||
removeDependencyVersion(groupId: string, artifactId: string): void | ||
//propertyName: string | ||
removeProperty(propertyName: string): void | ||
//propertyName: string | ||
removeProperty(propertyName: string): void | ||
//newParentBlock: string | ||
replaceParent(newParentBlock: string): void | ||
//newParentBlock: string | ||
replaceParent(newParentBlock: string): void | ||
//newArtifactId: string | ||
setArtifactId(newArtifactId: string): void | ||
//newArtifactId: string | ||
setArtifactId(newArtifactId: string): void | ||
//newDescription: string | ||
setDescription(newDescription: string): void | ||
//newDescription: string | ||
setDescription(newDescription: string): void | ||
//newGroupId: string | ||
setGroupId(newGroupId: string): void | ||
//newGroupId: string | ||
setGroupId(newGroupId: string): void | ||
//newPackaging: string | ||
setPackaging(newPackaging: string): void | ||
//newPackaging: string | ||
setPackaging(newPackaging: string): void | ||
//newParentArtifactId: string | ||
setParentArtifactId(newParentArtifactId: string): void | ||
//newParentArtifactId: string | ||
setParentArtifactId(newParentArtifactId: string): void | ||
//newParentGroupId: string | ||
setParentGroupId(newParentGroupId: string): void | ||
//newParentGroupId: string | ||
setParentGroupId(newParentGroupId: string): void | ||
//newParentVersion: string | ||
setParentVersion(newParentVersion: string): void | ||
//newParentVersion: string | ||
setParentVersion(newParentVersion: string): void | ||
//newName: string | ||
setProjectName(newName: string): void | ||
//newName: string | ||
setProjectName(newName: string): void | ||
//xpath: string | ||
@@ -1057,2 +1257,5 @@ //newContent: string | ||
//newVersion: string | ||
setVersion(newVersion: string): void | ||
//root: string | ||
@@ -1064,2 +1267,5 @@ underPath(root: string): boolean | ||
version(): string | ||
} // interface Pom | ||
@@ -1092,5 +1298,2 @@ | ||
//sourcePath: string | ||
copyEditorBackingFileOrFail(sourcePath: string): void | ||
//sourcePath: string | ||
//destinationPath: string | ||
@@ -1100,2 +1303,5 @@ copyEditorBackingFileOrFail(sourcePath: string, destinationPath: string): void | ||
//sourcePath: string | ||
copyEditorBackingFileOrFail(sourcePath: string): void | ||
//sourcePath: string | ||
//destinationPath: string | ||
@@ -1138,2 +1344,5 @@ copyEditorBackingFilesOrFail(sourcePath: string, destinationPath: string): void | ||
//msg: string | ||
fail(msg: string): void | ||
//path: string | ||
@@ -1178,3 +1387,6 @@ //content: string | ||
//msg: string | ||
println(msg: string): void | ||
projects(): Project[] | ||
@@ -1214,3 +1426,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -1242,2 +1457,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//key: string | ||
@@ -1258,4 +1476,4 @@ //value: string | ||
//arg0: string | ||
append(arg0: string): void | ||
//toAppend: string | ||
append(toAppend: string): void | ||
@@ -1266,4 +1484,10 @@ //msg: string | ||
//msg: string | ||
fail(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//key: string | ||
@@ -1284,4 +1508,4 @@ //value: string | ||
//arg0: string | ||
append(arg0: string): void | ||
//toAppend: string | ||
append(toAppend: string): void | ||
@@ -1292,4 +1516,10 @@ //msg: string | ||
//msg: string | ||
fail(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//key: string | ||
@@ -1310,4 +1540,4 @@ //value: string | ||
//arg0: string | ||
append(arg0: string): void | ||
//toAppend: string | ||
append(toAppend: string): void | ||
@@ -1318,4 +1548,10 @@ //msg: string | ||
//msg: string | ||
fail(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//key: string | ||
@@ -1350,5 +1586,11 @@ //value: string | ||
//msg: string | ||
fail(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
//msg: string | ||
println(msg: string): void | ||
services(): any[] | ||
@@ -1392,5 +1634,2 @@ | ||
//sourcePath: string | ||
copyEditorBackingFileOrFail(sourcePath: string): void | ||
//sourcePath: string | ||
//destinationPath: string | ||
@@ -1400,2 +1639,5 @@ copyEditorBackingFileOrFail(sourcePath: string, destinationPath: string): void | ||
//sourcePath: string | ||
copyEditorBackingFileOrFail(sourcePath: string): void | ||
//sourcePath: string | ||
//destinationPath: string | ||
@@ -1438,2 +1680,5 @@ copyEditorBackingFilesOrFail(sourcePath: string, destinationPath: string): void | ||
//msg: string | ||
fail(msg: string): void | ||
//path: string | ||
@@ -1493,3 +1738,6 @@ //content: string | ||
//msg: string | ||
println(msg: string): void | ||
projects(): Project[] | ||
@@ -1527,3 +1775,6 @@ | ||
//msg: string | ||
fail(msg: string): void | ||
filename(): string | ||
@@ -1549,2 +1800,5 @@ | ||
//msg: string | ||
println(msg: string): void | ||
//root: string | ||
@@ -1551,0 +1805,0 @@ underPath(root: string): boolean |
{ | ||
"name": "@atomist/rug", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"description": "TypeScript model for Atomist editors, generators etc", | ||
@@ -5,0 +5,0 @@ "repository": { |
86051
1620