| Modifier and Type | Method and Description |
|---|---|
TestRail.Builder |
apiPath(String apiPath)
Set the URL path of your TestRail API.
|
TestRail.Builder |
applicationName(String applicationName)
Set the name of the application which will communicate with TestRail.
|
TestRail |
build()
Build an instance of
TestRail. |
public TestRail.Builder apiPath(@NonNull String apiPath)
apiPath - the URL path of your TestRail APINullPointerException - if apiPath is nullpublic TestRail.Builder applicationName(@NonNull String applicationName)
applicationName - name of the applicationNullPointerException - if applicationName is nullpublic TestRail build()
TestRail.Copyright © 2017. All rights reserved.