You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/ApplicationsV2.java
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
publicinterfaceApplicationsV2 {
26
26
27
27
/**
28
-
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/associate_route_with_the_app.html">Associate Route with the Application</a> request
28
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/associate_route_with_the_app.html">Associate Route with the Application</a> request
29
29
*
30
30
* @param request the Associate Route with the Application request
31
31
* @return the response from the Associate Route with the Application request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/copy_the_app_bits_for_an_app.html">Copy the app bits for an Application</a> request
37
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/copy_the_app_bits_for_an_app.html">Copy the app bits for an Application</a> request
38
38
*
39
39
* @param request the Copy Application request
40
40
* @return the response from the Copy Application request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/downloads_the_bits_for_an_app.html">Downloads the bits for an App</a> request
62
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/downloads_the_bits_for_an_app.html">Downloads the bits for an App</a> request
63
63
*
64
64
* @param request the Download Application request
65
65
* @return the response from the Download Application request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/downloads_the_staged_droplet_for_an_app.html">Downloads the staged droplet for an App</a> request
70
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/downloads_the_staged_droplet_for_an_app.html">Downloads the staged droplet for an App</a> request
71
71
*
72
72
* @param request the Download Droplet request
73
73
* @return the response from the Download Droplet request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/retrieving_permissions_on_a_app.html">Retrieve Permissions on a Particular App</a> request
94
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/retrieving_permissions_on_a_app.html">Retrieve Permissions on a Particular App</a> request
95
95
*
96
96
* @param request the Get Application Permissions request
97
97
* @return the response from the Get Application Permissions request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/get_the_instance_information_for_a_started_app.html">Get the instance information for a STARTED App</a> request
103
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/get_the_instance_information_for_a_started_app.html">Get the instance information for a STARTED App</a> request
104
104
*
105
105
* @param request the Get Instance Information request
106
106
* @return the response from the Get Instance Information request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/list_all_routes_for_the_app.html">List all Routes for the Application</a> request
119
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/list_all_routes_for_the_app.html">List all Routes for the Application</a> request
120
120
*
121
121
* @param request the List all Routes for the Application request
122
122
* @return the response from the List all Routes for the Application request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/list_all_service_bindings_for_the_app.html">List all Service Bindings for the App</a> request
127
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/list_all_service_bindings_for_the_app.html">List all Service Bindings for the App</a> request
128
128
*
129
129
* @param request the List Service Bindings request
130
130
* @return the response from the List Service Bindings request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/remove_route_from_the_app.html">Remove Route from the Application</a> request
136
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/remove_route_from_the_app.html">Remove Route from the Application</a> request
137
137
*
138
138
* @param request the Remove Route from the Application request
139
139
* @return the response from the Remove Route from the Application request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/remove_service_binding_from_the_app.html">Remove Service Binding from the Application</a> request
144
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/remove_service_binding_from_the_app.html">Remove Service Binding from the Application</a> request
145
145
*
146
146
* @param request the Remove a Service Binding from an Application request
147
147
* @return the response from the Remove a Service Binding from an Application request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/get_detailed_stats_for_a_started_app.html">Get detailed stats for a STARTED App</a> request
160
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/get_detailed_stats_for_a_started_app.html">Get detailed stats for a STARTED App</a> request
161
161
*
162
162
* @param request the Get Statistics request
163
163
* @return the response from the Get Statistics request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/terminate_the_running_app_instance_at_the_given_index.html">Terminate Application Instance</a> request
176
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/terminate_the_running_app_instance_at_the_given_index.html">Terminate Application Instance</a> request
177
177
*
178
178
* @param request the Terminate Application Instance request
179
179
* @return the response form the Terminate Application Instance request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/apps/uploads_the_droplet_for_an_app.html">Upload the droplet for an App</a> request
200
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/apps/uploads_the_droplet_for_an_app.html">Upload the droplet for an App</a> request
201
201
*
202
202
* @param request the Upload Droplet request
203
203
* @return the response from the Upload Droplet request
Copy file name to clipboardExpand all lines: cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applicationusageevents/ApplicationUsageEvents.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,23 +24,23 @@
24
24
publicinterfaceApplicationUsageEvents {
25
25
26
26
/**
27
-
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/app_usage_events/retrieve_a_particular_app_usage_event.html">Get an Application Usage Event</a> request
27
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/app_usage_events/retrieve_a_particular_app_usage_event.html">Get an Application Usage Event</a> request
28
28
*
29
29
* @param request the Get Application Usage Event request
30
30
* @return the response from the Get all Application Usage Event request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/app_usage_events/list_all_app_usage_events.html">List all Application Usage Events</a> request
35
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/app_usage_events/list_all_app_usage_events.html">List all Application Usage Events</a> request
36
36
*
37
37
* @param request the List all Application Usage Events request
38
38
* @return the response from the List all Application Usage Events request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/app_usage_events/purge_and_reseed_app_usage_events.html">Purge and Reseed Application Usage Events</a> request
43
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/app_usage_events/purge_and_reseed_app_usage_events.html">Purge and Reseed Application Usage Events</a> request
44
44
*
45
45
* @param request the Purge and Reseed Application Usage Events
46
46
* @return the response from the Purge and Reseed Application Usage Events request
Copy file name to clipboardExpand all lines: cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/blobstores/Blobstores.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
publicinterfaceBlobstores {
25
25
26
26
/**
27
-
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/blobstores/delete_all_blobs_in_the_buildpack_cache_blobstore.html">Delete Buildpack Caches</a> request
27
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/blobstores/delete_all_blobs_in_the_buildpack_cache_blobstore.html">Delete Buildpack Caches</a> request
28
28
*
29
29
* @param request the Delete Buildpack Caches request
30
30
* @return the response from the Delete Buildpack Caches request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/buildpacks/retrieve_a_particular_buildpack.html">Retrieve a particular Buildpack</a> request
43
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/buildpacks/retrieve_a_particular_buildpack.html">Retrieve a particular Buildpack</a> request
44
44
*
45
45
* @param request the Get Buildpack request
46
46
* @return the response from the Get Buildpack request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/buildpacks/change_the_position_of_a_buildpack.html">Change the position of a Buildpack</a>,
60
-
* <a href="https://apidocs.cloudfoundry.org/latest-release/buildpacks/enable_or_disable_a_buildpack.html">Enable or disable a Buildpack</a>, and
61
-
* <a href="https://apidocs.cloudfoundry.org/latest-release/buildpacks/lock_or_unlock_a_buildpack.html">Lock or unlock a Buildpack</a> requests
59
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/buildpacks/change_the_position_of_a_buildpack.html">Change the position of a Buildpack</a>,
60
+
* <a href="https://v2-apidocs.cloudfoundry.org/buildpacks/enable_or_disable_a_buildpack.html">Enable or disable a Buildpack</a>, and
61
+
* <a href="https://v2-apidocs.cloudfoundry.org/buildpacks/lock_or_unlock_a_buildpack.html">Lock or unlock a Buildpack</a> requests
62
62
*
63
63
* @param request the Update Buildpack request
64
64
* @return the response from the Update Buildpack request
* Makes the <a href="https://apidocs.cloudfoundry.org/latest-release/buildpacks/upload_the_bits_for_an_admin_buildpack.html">Upload Buildpack</a> request
69
+
* Makes the <a href="https://v2-apidocs.cloudfoundry.org/buildpacks/upload_the_bits_for_an_admin_buildpack.html">Upload Buildpack</a> request
70
70
*
71
71
* @param request the Upload Buildpack request
72
72
* @return the response from the Upload Buildpack request
0 commit comments