File tree 4 files changed +4
-4
lines changed
jmeter-java-dsl-octoperf/src/main/java/us/abstracta/jmeter/javadsl/octoperf
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class OctoPerfClient extends BaseRemoteEngineApiClient {
40
40
41
41
private static final Logger LOG = LoggerFactory .getLogger (OctoPerfClient .class );
42
42
private static final String BASE_URL = "https://api.octoperf.com" ;
43
- private static final String BASE_APP_URL = BASE_URL + "/app/#/app " ;
43
+ private static final String BASE_APP_URL = BASE_URL + "/ui " ;
44
44
45
45
private final OctoPerfApi api ;
46
46
private final String apiKey ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public List<BenchReportItem> getItems() {
37
37
}
38
38
39
39
public void setProject (Project project ) {
40
- this .url = project .getBaseUrl () + "/analysis/" + id ;
40
+ this .url = project .getBaseUrl () + "/analysis/report/ " + id ;
41
41
}
42
42
43
43
public String getUrl () {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public String getBaseUrl() {
64
64
65
65
@ JsonIgnore
66
66
public String getUrl () {
67
- return getBaseUrl () + "/design" ;
67
+ return getBaseUrl () + "/design/virtual-user " ;
68
68
}
69
69
70
70
}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public Project getProject() {
64
64
65
65
@ JsonIgnore
66
66
public String getUrl () {
67
- return project .getBaseUrl () + "/runtime/" + id ;
67
+ return project .getBaseUrl () + "/runtime/scenario/ " + id ;
68
68
}
69
69
70
70
public static class BackendListenerSettings {
You can’t perform that action at this time.
0 commit comments