Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cf-java-client
/ functions
Functions
11,111 in github.com/cloudfoundry/cf-java-client
⨍
Functions
11,111
◇
Types & classes
2,787
↓ 41 callers
Method
sharedDomains
Main entry point to the Cloud Foundry Shared Domains Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:338
↓ 40 callers
Method
delete
Delete a user @param request the delete user request @return completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/useradmin/UserAdmin.java:40
↓ 39 callers
Method
update
Update an existing service broker @param request The Update Service Broker request @return a completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/serviceadmin/ServiceAdmin.java:80
↓ 38 callers
Method
post
( Object requestPayload, Class<T> responseType, Function<UriComponentsBuil
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v3/AbstractClientV3Operations.java:186
↓ 38 callers
Method
tags
Main entry point to the Tags API
cloudfoundry-client/src/main/java/org/cloudfoundry/networking/NetworkingClient.java:35
↓ 37 callers
Method
getPlanName
Creates a plan name @return the plan name
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:215
↓ 37 callers
Method
getQuotaDefinitionName
Creates a quota definition name @return the quota definition name
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:231
↓ 37 callers
Method
getServiceBrokerName
Creates a service broker name @return the service broker name
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:249
↓ 37 callers
Method
listRoutes
Makes the <a href="https://v2-apidocs.cloudfoundry.org/spaces/list_all_routes_for_the_space.html">List all Routes for the Space</a> request @param re
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/Spaces.java:182
↓ 37 callers
Method
servicePlans
Main entry point to the Cloud Foundry Service Plans Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:318
↓ 37 callers
Method
timeout
(@Nullable Integer timeout)
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_ApplicationManifestCommon.java:68
↓ 37 callers
Method
userProvidedServiceInstances
Main entry point to the Cloud Foundry User Provided Service Instances Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:379
↓ 36 callers
Method
createApplication
( CloudFoundryOperations cloudFoundryOperations, Path application, String
integration-test/src/test/java/org/cloudfoundry/operations/ApplicationsTest.java:1950
↓ 36 callers
Method
domains
Main entry point to the Cloud Foundry Domains Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:143
↓ 36 callers
Method
put
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/Operator.java:89
↓ 35 callers
Method
consumer
Returns a {@link Consumer} of {@link Tuple2} that wraps a consumer of the component values of the tuple @param consumer the component value consumer
cloudfoundry-util/src/main/java/org/cloudfoundry/util/tuple/TupleUtils.java:42
↓ 35 callers
Method
requestApplicationsEmpty
( CloudFoundryClient cloudFoundryClient, String application, String spaceId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4669
↓ 35 callers
Method
requestGetApplication
( CloudFoundryClient cloudFoundryClient, String applicationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5008
↓ 35 callers
Method
requestSpace
( CloudFoundryClient cloudFoundryClient, String spaceId, String organizationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5710
↓ 34 callers
Method
deleteServiceBroker
( CloudFoundryClient cloudFoundryClient, String applicationId)
integration-test/src/test/java/org/cloudfoundry/ServiceBrokerUtils.java:128
↓ 33 callers
Method
createOrganizationId
( CloudFoundryClient cloudFoundryClient, String organizationName)
integration-test/src/test/java/org/cloudfoundry/client/v2/UsersTest.java:2331
↓ 33 callers
Method
getRoot
The normalized API root @param connectionContext a {@link ConnectionContext} to be used if the root needs to be retrieved via a network request @retu
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/RootProvider.java:32
↓ 32 callers
Method
clients
Main entry point to the UAA Clients API
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/UaaClient.java:47
↓ 32 callers
Method
createSpaceId
( CloudFoundryClient cloudFoundryClient, String organizationId, String spaceName)
integration-test/src/test/java/org/cloudfoundry/client/v2/SpacesTest.java:2365
↓ 32 callers
Method
jobId
()
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/servicebrokers/_UpdateServiceBrokerResponse.java:10
↓ 32 callers
Method
organizationsV3
Main entry point to the Cloud Foundry Organizations V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:213
↓ 32 callers
Method
planName
(NameFactory nameFactory)
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java:451
↓ 32 callers
Method
size
Calculates the size of a {@link Path} @param path the {@link Path} to calculate the size for @return the size
cloudfoundry-util/src/main/java/org/cloudfoundry/util/FileUtils.java:195
↓ 32 callers
Method
spaceName
(NameFactory nameFactory)
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java:574
↓ 31 callers
Method
buildpacks
Main entry point to the Cloud Foundry Buildpacks Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:123
↓ 31 callers
Method
createApplicationId
( CloudFoundryClient cloudFoundryClient, String spaceId, String applicationName)
integration-test/src/test/java/org/cloudfoundry/client/v2/ApplicationsTest.java:1381
↓ 31 callers
Method
domainsV3
Main entry point to the Cloud Foundry Domains V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:148
↓ 31 callers
Method
getRootV2
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/_ReactorCloudFoundryClient.java:534
↓ 31 callers
Method
getServiceInstanceId
The service instance id
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/routes/_RouteEntity.java:83
↓ 31 callers
Method
instances
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 ST
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/ApplicationsV2.java:108
↓ 31 callers
Method
privateDomains
Main entry point to the Cloud Foundry Private Domains Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:223
↓ 31 callers
Method
routesV3
Main entry point to the Cloud Foundry Routes V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:258
↓ 31 callers
Method
spacesV3
Main entry point to the Cloud Foundry Spaces V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:358
↓ 31 callers
Method
toString
()
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/SortOrder.java:47
↓ 29 callers
Method
createSpaceId
( CloudFoundryClient cloudFoundryClient, String organizationId, String spaceName)
integration-test/src/test/java/org/cloudfoundry/client/v2/UsersTest.java:2337
↓ 29 callers
Method
get
Gets information for a specific application @param request the get application request @return the application
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java:68
↓ 29 callers
Method
getValue
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/_UriVariable.java:34
↓ 29 callers
Method
parseBody
(Class<T> bodyType)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/Operator.java:195
↓ 28 callers
Method
getDocker
The docker information
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_ApplicationManifestCommon.java:129
↓ 28 callers
Method
requestJobSuccess
(CloudFoundryClient cloudFoundryClient, String jobId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5252
↓ 27 callers
Method
allowSsh
Allow SSH for a specific space @param request the allow space ssh request @return a completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/spaces/Spaces.java:33
↓ 27 callers
Method
getRootV3
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/_ReactorCloudFoundryClient.java:539
↓ 27 callers
Method
groups
Main entry point to the UAA Group Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/UaaClient.java:57
↓ 27 callers
Method
listApplications
Makes the <a href="https://v2-apidocs.cloudfoundry.org/routes/list_all_apps_for_the_route.html">List all Applications for the Route</a> request @para
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/routes/Routes.java:81
↓ 27 callers
Method
organizationQuotaDefinitions
Main entry point to the Cloud Foundry Quota Definitions Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:198
↓ 27 callers
Method
requestApplicationInstancesRunning
( CloudFoundryClient cloudFoundryClient, String applicationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4180
↓ 27 callers
Method
requestCreateApplication
( CloudFoundryClient cloudFoundryClient, ApplicationManifest manifest, Str
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4831
↓ 27 callers
Method
requestListMatchingResources
( CloudFoundryClient cloudFoundryClient, Collection<ResourceMatchingUtils.ArtifactMeta
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5285
↓ 27 callers
Method
requestPrivateDomainsEmpty
( CloudFoundryClient cloudFoundryClient, String organizationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5541
↓ 26 callers
Method
asString
( Map<String, Object> payload, String key, Map<String, String> variables,
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/ApplicationManifestUtilsCommon.java:269
↓ 26 callers
Method
requestListSpaceServiceInstances
( CloudFoundryClient cloudFoundryClient, String serviceName, String spaceId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/services/DefaultServicesTest.java:2325
↓ 26 callers
Method
servicePlanVisibilities
Main entry point to the Cloud Foundry Service Plan Visibilities Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:313
↓ 25 callers
Method
createApplicationId
( CloudFoundryClient cloudFoundryClient, String applicationName, String spaceId)
integration-test/src/test/java/org/cloudfoundry/client/v3/ApplicationsTest.java:1248
↓ 25 callers
Method
createServiceBroker
( CloudFoundryClient cloudFoundryClient, NameFactory nameFactory, String p
integration-test/src/test/java/org/cloudfoundry/ServiceBrokerUtils.java:43
↓ 25 callers
Method
getMetadata
Makes the <a href="https://docs.cloudfoundry.org/api/uaa/#retrieve106">Retrieve Metadata</a> request @param request the Get Metadata request @return
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/clients/Clients.java:96
↓ 25 callers
Method
healthCheckHttpEndpoint
(@Nullable String healthCheckHttpEndpoint)
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_ApplicationManifestCommon.java:49
↓ 25 callers
Method
requestCreateRoute
( CloudFoundryClient cloudFoundryClient, String domainId, String host,
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4907
↓ 25 callers
Method
securityGroups
Main entry point to the Cloud Foundry Security Groups Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:263
↓ 25 callers
Method
send
(Object payload)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/Operator.java:128
↓ 25 callers
Method
serviceBrokers
Main entry point to the Cloud Foundry Service Brokers Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:283
↓ 24 callers
Method
createServiceInstanceId
( CloudFoundryClient cloudFoundryClient, Mono<String> serviceBrokerId, Str
integration-test/src/test/java/org/cloudfoundry/client/v2/ServiceInstancesTest.java:1382
↓ 24 callers
Method
getBuildpackName
Creates a buildpack name @return the buildpack name
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:92
↓ 24 callers
Method
getClientSecret
Creates a client secret @return the client secret
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:110
↓ 24 callers
Method
isolationSegments
Main entry point to the Cloud Foundry Isolation Segments API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:183
↓ 24 callers
Method
lastOperation
(@PathVariable String instanceId)
test-service-broker/src/main/java/org/cloudfoundry/servicebroker/lastoperation/LastOperationController.java:38
↓ 24 callers
Method
post
( Object requestPayload, Class<T> responseType, Function<UriComponentsBuil
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v2/AbstractClientV2Operations.java:107
↓ 24 callers
Method
requestAssociateRoute
( CloudFoundryClient cloudFoundryClient, String applicationId, String routeId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4799
↓ 24 callers
Method
requestAssociateUser
( CloudFoundryClient cloudFoundryClient, String organizationId, String userId)
integration-test/src/test/java/org/cloudfoundry/client/v2/OrganizationsTest.java:2813
↓ 24 callers
Method
requestSharedDomains
( CloudFoundryClient cloudFoundryClient, String domain, String domainId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5680
↓ 24 callers
Method
requestUpload
( CloudFoundryClient cloudFoundryClient, String applicationId, Path applic
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:6008
↓ 23 callers
Method
getData
The data for the package
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/packages/Package.java:34
↓ 23 callers
Method
getSecurityGroupName
Creates a security group name @return the security group name
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:240
↓ 23 callers
Method
requestApplicationRoutes
( CloudFoundryClient cloudFoundryClient, String applicationId, String routeId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4285
↓ 23 callers
Method
requestRoutesEmpty
( CloudFoundryClient cloudFoundryClient, String domainId, String host,
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:5629
↓ 22 callers
Method
createOperator
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/uaa/AbstractUaaOperations.java:46
↓ 22 callers
Method
patch
( Object requestPayload, Class<T> responseType, Function<UriComponentsBuil
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v3/AbstractClientV3Operations.java:154
↓ 22 callers
Method
serviceInstancesV3
Main entry point to the Cloud Foundry Service Instances V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:298
↓ 22 callers
Method
set
Makes the <a href="https://v2-apidocs.cloudfoundry.org/feature_flags/set_a_feature_flag.html">Set Feature Flag</a> request @param request the set fea
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/featureflags/FeatureFlags.java:48
↓ 22 callers
Method
spaceQuotaDefinitions
Main entry point to the Cloud Foundry Space Quota Definitions Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:343
↓ 21 callers
Method
accept
Performs this operation on the given arguments @param t1 the first input argument @param t2 the second input argument
cloudfoundry-util/src/main/java/org/cloudfoundry/util/tuple/Consumer2.java:34
↓ 21 callers
Method
client
( @Qualifier("admin") UaaClient uaaClient, String clientId, String clientSecret)
integration-test/src/test/java/org/cloudfoundry/IntegrationTestConfiguration.java:220
↓ 21 callers
Method
createPrivateDomainId
( CloudFoundryClient cloudFoundryClient, String name, String organizationId)
integration-test/src/test/java/org/cloudfoundry/client/v2/RoutesTest.java:1040
↓ 21 callers
Method
serviceBindingsV2
Main entry point to the Cloud Foundry Service Bindings V2 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:273
↓ 20 callers
Method
createSpaceIdAndUserId
( CloudFoundryClient cloudFoundryClient, UaaClient uaaClient, String organ
integration-test/src/test/java/org/cloudfoundry/client/v2/SpacesTest.java:2377
↓ 20 callers
Method
exponentialBackOff
Implements an exponential backoff delay for use with {@link Mono#repeatWhenEmpty(Function)} @param minimum the minimum duration @param maximum the ma
cloudfoundry-util/src/main/java/org/cloudfoundry/util/DelayUtils.java:48
↓ 20 callers
Method
getLabel
The label
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/serviceinstances/_Service.java:41
↓ 20 callers
Method
getRouteId
The route id
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/routes/_GetRouteRequest.java:31
↓ 20 callers
Method
post
( Object requestPayload, Class<T> responseType, Function<UriComponentsBuil
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/uaa/AbstractUaaOperations.java:182
↓ 20 callers
Method
predicate
Returns a {@link Predicate} of {@link Tuple2} that wraps a predicate of the component values of the tuple @param predicate the component value predic
cloudfoundry-util/src/main/java/org/cloudfoundry/util/tuple/TupleUtils.java:327
↓ 20 callers
Method
randomRoute
(@Nullable Boolean randomRoute)
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_ApplicationManifestCommon.java:61
↓ 20 callers
Method
read
Reads a YAML manifest file (defined by the <a href="https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html">CLI</a>) from a {@link Path} and
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/ApplicationManifestUtils.java:51
↓ 20 callers
Method
serviceKeys
Main entry point to the Cloud Foundry Service Keys Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:303
↓ 20 callers
Method
upload
Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.27.0/index.html#upload-package-bits"> Upload Package</a> request @param request the
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/packages/Packages.java:89
↓ 19 callers
Method
enableSsh
Enable SSH for a specific application @param request the enable application ssh request @return a completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java:60
↓ 19 callers
Method
getIsolationSegmentName
Creates an isolation segment name @return the isolation segment name
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:171
← previous
next →
101–200 of 11,111, ranked by callers