Skip to content

Instantly share code, notes, and snippets.

@artyomtrityak
Created January 8, 2015 09:38
Show Gist options
  • Select an option

  • Save artyomtrityak/ca2fcd7cdc0c5122a68f to your computer and use it in GitHub Desktop.

Select an option

Save artyomtrityak/ca2fcd7cdc0c5122a68f to your computer and use it in GitHub Desktop.
{
application: {
name: 'App1',
description: 'DDD',
tiers: [
{
name: 'Tier1',
description: 'DescT1',
components: [
{
name: 'Comp1',
description: 'Desc1',
plugin: 'ANT',
pluginParams: [{}, {}],
componentProcesses: [
{
name: 'Name1',
description: 'Desc1',
steps: [
{
id: '123',
name: 'name1',
type: 'Command',
actualParameters: [{}, {}]
},
{
id: 555,
name: 'name2',
...
}
],
dependencies: [
{
source: 123,
target: 555
}
]
}
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment