Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related information for 5.5.0

Examples

P
Csv
sortColumn1
delimitertab
columnAttributesstyle=font-family:courier;font-size:10pt;
autoNumbertrue
 
 Command 
 all --action jira --parameters "--action getServerInfo --server https://jira.examplegear.com --user automation --password automation" 
all --action jira --jiraServer "https://jira.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action confluence --parameters "--action getServerInfo --server https://confluence.examplegear.com --user automation --password automation" 
all --action confluence --confluenceServer "https://confluence.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action bamboo --parameters "--action getServerInfo --server https://bamboo.examplegear.com --user automation --password automation" 
all --action bamboo --bambooServer "https://bamboo.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action bitbucket --parameters "--action getServerInfo --server https://bitbucket.examplegear.com --user automation --password automation" 
all --action bitbucket --bitbucketServer "https://bitbucket.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action hipchat --parameters "--action getServerInfo --server https://hipchat.examplegear.com --token 18eRXgOG0qpbRlb7a2BbdBmfTe8FTAJfw13UD9DN" 
all --action hipchat --hipchatServer "https://hipchat.examplegear.com" --parameters "--action getServerInfo --token 18eRXgOG0qpbRlb7a2BbdBmfTe8FTAJfw13UD9DN" 
all --action crucible --parameters "--action getServerInfo --server https://crucible.examplegear.com --user automation --password automation" 
all --action crucible --crucibleServer "https://crucible.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action fisheye --parameters "--action getServerInfo --server https://crucible.examplegear.com --user automation --password automation" 
all --action fisheye --fisheyeServer "https://crucible.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action servicedesk --parameters "--action getServerInfo --server https://jira.examplegear.com --user automation --password automation" 
all --action servicedesk --servicedeskServer "https://jira.examplegear.com" --parameters "--action getServerInfo --user automation --password automation" 
all --action run --file "src/itest/resources/run.txt" 
all --action run --file "src/itest/resources/runWithFindReplace.txt" --findReplace "##action##:getClientInfo,##parameters##:--server xxx --password xxx" 
all --action run --file "src/itest/resources/runall.txt" --findReplace "##password##:automation,##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-hipchat##:'https://hipchat.examplegear.com',##server-crucible##:'https://crucible.examplegear.com',##server-fisheye##:'https://crucible.examplegear.com'" 
all --action run --file "src/itest/resources/runall2.txt" --common "--password automation" --findReplace "##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-crucible##:'https://crucible.examplegear.com',##server-fisheye##:'https://crucible.examplegear.com'" 
all --action run --file "src/itest/resources/runallshort.txt" --common "--password automation" --findReplace "##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-crucible##:'https://crucible.examplegear.com',##server-fisheye##:'https://crucible.examplegear.com'" 
all --action run --file "src/itest/resources/runallshort.txt" --user "automation" --password "automation" --findReplace "##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-crucible##:'https://crucible.examplegear.com',##server-fisheye##:'https://crucible.examplegear.com'" 
all --action run --file "src/itest/resources/runreplacemap.txt" --common "--password automation" --findReplace "##server##:'https://confluence.examplegear.com',##space##:Experiment,##title##:runReplaceMap" 
all --action run --file "src/itest/resources/runreplacemapshort.txt" --common "--password automation" --findReplace "##server##:'https://confluence.examplegear.com',##space##:Experiment,##title##:runReplaceMapShort" 
all --action runFromList --jiraServer "https://jira.examplegear.com" --user "automation" --password "automation" --list "a" --common "jira --action getServerInfo" 
all --action run --jiraServer "https://jira.examplegear.com" --confluenceServer "https://confluence.examplegear.com" --user "automation" --password "automation" 
all --action runFromSql --sql "select 'bitbucket' as action, '-a getClientInfo --password xxx --server xxx' as parameters" --host "localhost" --port "5433" --driver "postgresql" --database "test" --dbUser "automation" --dbPassword "automation" 
all --action run