@@ -452,7 +452,7 @@ def get_project_config(self, project_id):
452452 path = "me/projects/%s/config" % ( project_id )
453453 return self .get (path = path )
454454
455- """ ***DEPRECATED*** Set project config according to http://docs.testdroid.com/_pages/client.html#project-config
455+ """ ***DEPRECATED*** Set project config
456456Consider using start_test_run_using_config() instead.
457457 """
458458 def set_project_config (self , project_id , payload ):
@@ -958,7 +958,7 @@ class MyParser(OptionParser):
958958 def format_epilog (self , formatter ):
959959 return self .epilog
960960 usage = "usage: %prog [options] <command> [arguments...]"
961- description = "Client for Testdroid Cloud API v2"
961+ description = "Client for Bitbar Cloud API v2"
962962 epilog = """
963963Commands:
964964
@@ -982,7 +982,6 @@ def format_epilog(self, formatter):
982982 upload-file <filename> Upload to "Files"
983983 set-project-config <project-id> <config-json>
984984 ***DEPRECATED*** Change the project config parameters as facilitated by the API:
985- http://docs.testdroid.com/_pages/client.html#project-config
986985 e.g.:
987986 ./testdroid-api-client set-project-config 1234 '{"limitationType":"CLASS", "limitationValue":"com.foo.test.VerifyFoo"}'
988987 start-test-run <project-id> <device-group-id>
@@ -1008,7 +1007,7 @@ def format_epilog(self, formatter):
10081007 See the sample of Jenkisfile in http://docs.bitbar.com/build-service/guide.html
10091008 update-job <job-id> <job-name> <job-configuration>
10101009 Update existing job
1011- create-build <job-id> <build-configuration> Create a new build job. See https://cloud.testdroid .com/cloud/swagger-ui.html
1010+ create-build <job-id> <build-configuration> Create a new build job. See https://cloud.bitbar .com/cloud/swagger-ui.html
10121011 for details of build configuration
10131012 delete-job <job-id> Delete job and all the builds in it
10141013 delete-build <job-id> <build-id> Delete build by id
@@ -1044,7 +1043,7 @@ def format_epilog(self, formatter):
10441043"""
10451044 parser = MyParser (usage = usage , description = description , epilog = epilog , version = "%s %s" % ("%prog" , __version__ ))
10461045 parser .add_option ("-k" , "--apikey" , dest = "apikey" ,
1047- help = "API key - the API key for Testdroid Cloud. Optional. You can use environment variable TESTDROID_APIKEY as well." )
1046+ help = "API key - the API key for Bitbar Cloud. Optional. You can use environment variable TESTDROID_APIKEY as well." )
10481047 parser .add_option ("-u" , "--username" , dest = "username" ,
10491048 help = "Username - the email address. Optional. You can use environment variable TESTDROID_USERNAME as well." )
10501049 parser .add_option ("-p" , "--password" , dest = "password" ,
0 commit comments