MCPcopy Create free account

hub / github.com/cloudfoundry/cf-java-client / functions

Functions11,111 in github.com/cloudfoundry/cf-java-client

↓ 7 callersMethodgetProcessId
( CloudFoundryClient cloudFoundryClient, String applicationId)
integration-test/src/test/java/org/cloudfoundry/client/v3/ProcessesTest.java:280
↓ 7 callersMethodgetRoutes
( CloudFoundryClient cloudFoundryClient, String applicationId)
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java:1861
↓ 7 callersMethodgetSource
The source
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/networkpolicies/_Policy.java:45
↓ 7 callersMethodgetSpaceQuotaDefinitionId
The space quota definition id
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/_SpaceEntity.java:146
↓ 7 callersMethodgetStartupTimeout
How long to wait for startup
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_PushApplicationRequest.java:197
↓ 7 callersMethodgetType
The type of the domain
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_DomainSummary.java:41
↓ 7 callersMethodgetUserProvidedServiceInstanceId
The user provided service instance id
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/userprovidedserviceinstances/_GetUserProvidedServiceInstanceRequest.java:32
↓ 7 callersMethodgetVariableValue
Creates a variable value @return the variable value
integration-test/src/test/java/org/cloudfoundry/NameFactory.java:339
↓ 7 callersMethodisInternal
Whether the domain is used for internal (container-to-container) traffic.
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/domains/Domain.java:67
↓ 7 callersMethodisPaidServicesAllowed
Specifies whether instances of paid service plans can be created @return true if instances of paid service plans can be created, false otherwise
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/quotas/_Services.java:35
↓ 7 callersMethodlistDevelopers
Makes the <a href="https://v2-apidocs.cloudfoundry.org/spaces/list_all_developers_for_the_space.html">List all Developers for the Space</a> request @
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/Spaces.java:149
↓ 7 callersMethodlistSpaceUsers
List space users @param request the list space users request @return the Space Users
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/useradmin/UserAdmin.java:56
↓ 7 callersMethodrename
Renames a specific space @param request the rename space request @return completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/spaces/Spaces.java:80
↓ 7 callersMethodrequestApplicationInstances
( CloudFoundryClient cloudFoundryClient, String applicationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4090
↓ 7 callersMethodrequestApplicationRoutesEmpty
( CloudFoundryClient cloudFoundryClient, String applicationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java:4308
↓ 7 callersMethodrequestCreateIdentityZone
( UaaClient uaaClient, String identityZoneName, String subdomainName)
integration-test/src/test/java/org/cloudfoundry/uaa/IdentityProvidersTest.java:379
↓ 7 callersMethodrequestDeleteServicePlanVisibility
( CloudFoundryClient cloudFoundryClient, String servicePlanVisibilityId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/serviceadmin/DefaultServiceAdminTest.java:700
↓ 7 callersMethodrequestGetService
( CloudFoundryClient cloudFoundryClient, String serviceId, String service)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/services/DefaultServicesTest.java:1770
↓ 7 callersMethodrequestListOrganizationPrivateDomains
( CloudFoundryClient cloudFoundryClient, String name, String organizationId)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/services/DefaultServicesTest.java:2122
↓ 7 callersMethodrequestListRoutes
( CloudFoundryClient cloudFoundryClient, String domainId, String host, String path)
cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/services/DefaultServicesTest.java:2157
↓ 7 callersMethodrequestReplaceDestinations
( CloudFoundryClient cloudFoundryClient, String applicationId, String routeId)
integration-test/src/test/java/org/cloudfoundry/client/v3/ApplicationsTest.java:1523
↓ 7 callersMethodrequestUpdateApplication
( CloudFoundryClient cloudFoundryClient, String applicationId, Map<String,
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java:2697
↓ 7 callersMethodserviceOfferingsV3
Main entry point to the Cloud Foundry Service Offerings V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:308
↓ 7 callersMethodsetName
(String name)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/MultipartHttpClientRequest.java:117
↓ 7 callersMethodtcpRoutes
Main entry point to the TCP Routing API
cloudfoundry-client/src/main/java/org/cloudfoundry/routing/RoutingClient.java:35
↓ 7 callersMethodterminateInstance
Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.27.0/index.html#terminate-a-process-instance">Terminate Process Instance</a> request
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/Processes.java:64
↓ 7 callersMethodtoken
(ConnectionContext connectionContext)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/tokenprovider/AbstractUaaTokenProvider.java:139
↓ 7 callersMethoduaa
(ObjectMapper objectMapper)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/ErrorPayloadMappers.java:93
↓ 6 callersMethodaddOrganizationEntitlement
Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.27.0/index.html#entitle-organizations-for-an-isolation-segment"> Add an Isolation Seg
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/isolationsegments/IsolationSegments.java:33
↓ 6 callersMethodassociateBillingManager
Makes the <a href="https://v2-apidocs.cloudfoundry.org/organizations/associate_billing_manager_with_the_organization.html">Associate Billing Manager w
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/organizations/Organizations.java:52
↓ 6 callersMethodassociateDeveloper
Makes the <a href="https://v2-apidocs.cloudfoundry.org/spaces/associate_developer_with_the_space.html">Associate Developer with the Space</a> request
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/Spaces.java:49
↓ 6 callersMethodassociatePrivateDomain
Makes the <a href="https://v2-apidocs.cloudfoundry.org/organizations/associate_private_domain_with_the_organization.html">Associate Private Domain wit
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/organizations/Organizations.java:90
↓ 6 callersMethodassociateUser
Makes the <a href="https://v2-apidocs.cloudfoundry.org/organizations/associate_user_with_the_organization.html">Associate User with the Organization</
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/organizations/Organizations.java:99
↓ 6 callersMethodauditEventsV3
Main entry point to the Cloud Foundry Audit Events V3 Client API
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java:113
↓ 6 callersMethodcheckReservedRoutes
Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.86.0/index.html#check-reserved-routes-for-a-domain">Check Reserved Routes</a> request
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/domains/DomainsV3.java:32
↓ 6 callersMethodcheckServerTrusted
(X509Certificate[] x509Certificates, String authType)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/util/DefaultSslCertificateTruster.java:73
↓ 6 callersMethodcopy
Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.27.0/index.html#copy-a-package">Copy Package</a> request @param request the Copy Pac
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/packages/Packages.java:33
↓ 6 callersMethodcopySource
Copy the source code from this application to another. @param request the copy source application request @return a completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java:34
↓ 6 callersMethodcreateApplicationId
( CloudFoundryClient cloudFoundryClient, String spaceId, String applicationName)
integration-test/src/test/java/org/cloudfoundry/client/v2/ServiceBindingsTest.java:268
↓ 6 callersMethodcreateApplicationId
( CloudFoundryClient cloudFoundryClient, String applicationName, String spaceId)
integration-test/src/test/java/org/cloudfoundry/operations/NetworkPoliciesTest.java:168
↓ 6 callersMethodcreateDeploymentId
( CloudFoundryClient cloudFoundryClient, String applicationId, String dropletId)
integration-test/src/test/java/org/cloudfoundry/client/v3/DeploymentsTest.java:385
↓ 6 callersMethodcreateOperator
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v2/AbstractClientV2Operations.java:52
↓ 6 callersMethodcreateOrganization
( CloudFoundryOperations cloudFoundryOperations, String organizationName)
integration-test/src/test/java/org/cloudfoundry/operations/UserAdminTest.java:309
↓ 6 callersMethodcreateOrganizationId
( CloudFoundryClient cloudFoundryClient, String organization)
integration-test/src/test/java/org/cloudfoundry/client/v2/SpacesTest.java:2300
↓ 6 callersMethodcreatePrivateDomainId
( CloudFoundryClient cloudFoundryClient, String organizationId, String domainName)
integration-test/src/test/java/org/cloudfoundry/client/v2/OrganizationsTest.java:2716
↓ 6 callersMethodcreateServiceInstanceAndApplicationIds
( Mono<String> spaceId, CloudFoundryClient cloudFoundryClient, String serv
integration-test/src/test/java/org/cloudfoundry/client/v2/ServiceBindingsTest.java:281
↓ 6 callersMethodcreateServiceInstanceId
( CloudFoundryClient cloudFoundryClient, String serviceBrokerId, String se
integration-test/src/test/java/org/cloudfoundry/client/v2/ServiceKeysTest.java:277
↓ 6 callersMethodcreateServiceInstanceId
( CloudFoundryClient cloudFoundryClient, String serviceInstanceName, Strin
integration-test/src/test/java/org/cloudfoundry/client/v2/ServicePlansTest.java:607
↓ 6 callersMethodcreateServiceInstanceId
( CloudFoundryClient cloudFoundryClient, String serviceBrokerId, String se
integration-test/src/test/java/org/cloudfoundry/client/v2/SpacesTest.java:2343
↓ 6 callersMethodcreateShared
Create a new shared domain @param request the Create Shared Domain request @return a completion indicator
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/domains/Domains.java:41
↓ 6 callersMethodcreateSpaceId
( CloudFoundryClient cloudFoundryClient, String organizationId, String spaceName)
integration-test/src/test/java/org/cloudfoundry/client/v3/SpacesTest.java:480
↓ 6 callersMethodcreateSpaceIdWithDomain
( CloudFoundryClient cloudFoundryClient, String organizationId, String spa
integration-test/src/test/java/org/cloudfoundry/client/v2/SpacesTest.java:2396
↓ 6 callersMethodcreateUserId
(UaaClient uaaClient, String userName)
integration-test/src/test/java/org/cloudfoundry/uaa/GroupsTest.java:521
↓ 6 callersMethoddeleteRoutes
( CloudFoundryClient cloudFoundryClient, Duration completionTimeout, Optio
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java:1348
↓ 6 callersMethoddomains
Main entry point to the Cloud Foundry Domains Operations API @return the Cloud Foundry Domains Operations API
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/CloudFoundryOperations.java:70
↓ 6 callersMethodevent
(@RequestParam("title") String title, @RequestParam("body") String body)
test-log-cache/src/main/java/org/cloudfoundry/logcachetest/LogCacheTestApplication.java:52
↓ 6 callersMethodextractJobId
(HttpClientResponse response)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v3/AbstractClientV3Operations.java:56
↓ 6 callersMethodfrom
()
cloudfoundry-client/src/test/java/org/cloudfoundry/doppler/UuidUtilsTest.java:26
↓ 6 callersMethodget
(GetServiceInstanceRequest request)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v2/serviceinstances/ReactorServiceInstances.java:106
↓ 6 callersMethodgetApiHost
The hostname of the API root. Typically something like {@code api.run.pivotal.io}.
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/AbstractRootProvider.java:68
↓ 6 callersMethodgetApplicationId
( CloudFoundryClient cloudFoundryClient, String applicationName, String spaceId)
integration-test/src/test/java/org/cloudfoundry/client/v2/RouteMappingsTest.java:331
↓ 6 callersMethodgetCacheDuration
The duration that stable responses like the payload of the API root should be cached
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/ConnectionContext.java:33
↓ 6 callersMethodgetDiskQuota
The disk quota in bytes
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/AbstractApplicationSummary.java:29
↓ 6 callersMethodgetDockerPassword
The Docker repository password
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_PushApplicationRequest.java:94
↓ 6 callersMethodgetDockerUsername
The Docker repository username
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_PushApplicationRequest.java:100
↓ 6 callersMethodgetDomainId
( CloudFoundryClient cloudFoundryClient, String organizationId, String domain)
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/routes/DefaultRoutes.java:403
↓ 6 callersMethodgetHost
The host
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_DecomposedRoute.java:36
↓ 6 callersMethodgetHost
The host
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/routes/Route.java:24
↓ 6 callersMethodgetHosts
The collection of hosts bound to the application
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_ApplicationManifestCommon.java:160
↓ 6 callersMethodgetId
()
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/routing/v1/tcproutes/_ServerSentEvent.java:44
↓ 6 callersMethodgetLabel
The label
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/services/_ServiceOffering.java:42
↓ 6 callersMethodgetMemoryLimit
The memory limit
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/organizationadmin/_OrganizationQuota.java:50
↓ 6 callersMethodgetName
The user's name
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/users/_CreateUserRequest.java:72
↓ 6 callersMethodgetNonBasicServicesAllowed
The non basic services allowed
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spacequotadefinitions/_SpaceQuotaDefinitionEntity.java:69
↓ 6 callersMethodgetOrganizationId
( CloudFoundryClient cloudFoundryClient, String organizationName)
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/useradmin/DefaultUserAdmin.java:461
↓ 6 callersMethodgetOrganizationRole
Role
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/useradmin/_SetOrganizationRoleRequest.java:35
↓ 6 callersMethodgetOrigin
The identity provider that authenticated this user
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/users/AbstractUserId.java:35
↓ 6 callersMethodgetPubliclyVisible
The public flag
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/serviceplans/_ServicePlanEntity.java:99
↓ 6 callersMethodgetRandomPort
Generate a random port
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/routes/_MapRouteRequest.java:75
↓ 6 callersMethodgetRouteId
( CloudFoundryClient cloudFoundryClient, String domainId, String hostName,
integration-test/src/test/java/org/cloudfoundry/client/v2/RouteMappingsTest.java:337
↓ 6 callersMethodgetRoutes
The number of routes
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/_UsageSummary.java:47
↓ 6 callersMethodgetServices
The collection of service names bound to the application
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/_ApplicationManifest.java:37
↓ 6 callersMethodgetSize
Returns the size of the artifact @return the size of the artifact
cloudfoundry-util/src/main/java/org/cloudfoundry/util/ResourceMatchingUtils.java:201
↓ 6 callersMethodgetSpaceRole
Role
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/useradmin/_SetSpaceRoleRequest.java:40
↓ 6 callersMethodgetStatistics
Makes the <a href="https://v3-apidocs.cloudfoundry.org/version/3.27.0/index.html#get-stats-for-a-process">Get stats for a process</a> request @param
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/Processes.java:40
↓ 6 callersMethodgetTags
The tags for the service
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/services/_ServiceInstance.java:75
↓ 6 callersMethodlistAuditedSpaces
Makes the <a href="https://v2-apidocs.cloudfoundry.org/users/list_all_audited_spaces_for_the_user.html">List all Audited Spaces for the User</a> reque
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/users/Users.java:133
↓ 6 callersMethodlistInstances
List the service instances in the targeted space @return the service instances
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/services/Services.java:104
↓ 6 callersMethodlistKeys
Makes the <a href="https://docs.cloudfoundry.org/api/uaa/#token-keys">Token Keys</a> request @param request the Token Keys request @return the Token
cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/tokens/Tokens.java:91
↓ 6 callersMethodlistManagedSpaces
Makes the <a href="https://v2-apidocs.cloudfoundry.org/users/list_all_managed_spaces_for_the_user.html">List all Managed Spaces for the User</a> reque
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/users/Users.java:159
↓ 6 callersMethodlistSecurityGroups
Makes the <a href="https://v2-apidocs.cloudfoundry.org/spaces/list_all_security_groups_for_the_space.html">List all Security Groups for the Space</a>
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/Spaces.java:190
↓ 6 callersMethodlistServicePlans
Makes the <a href="https://v2-apidocs.cloudfoundry.org/services/list_all_service_plans_for_the_service.html">List all Service Plans for the Service</a
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/services/Services.java:56
↓ 6 callersMethodlistTasks
Lists the tasks for an application @param request the list tasks request @return the tasks
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java:115
↓ 6 callersMethodlogs
List the applications logs. Uses Doppler under the hood. Only works with {@code Loggregator < 107.0}, shipped in {@code CFD < 24.3} and {@code TAS < 4
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java:126
↓ 6 callersMethodnetworkPolicies
Main entry point to the Cloud Foundry Networking Policies Operations API @return the Cloud Foundry Networking Policies Operations API
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/CloudFoundryOperations.java:77
↓ 6 callersMethodobjectMapper
()
test-service-broker/src/main/java/org/cloudfoundry/servicebroker/TestServiceBroker.java:32
↓ 6 callersMethodparseFromIso8601
Parses a string in {@code ISO8601} format to a {@link Date} object @param s the string to parse @return the parsed {@link Date}
cloudfoundry-util/src/main/java/org/cloudfoundry/util/DateUtils.java:55
↓ 6 callersMethodqueryTransformer
( Object requestPayload)
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/client/v2/AbstractClientV2Operations.java:183
↓ 6 callersMethodremoveAuditorByUsername
Makes the <a href="https://v2-apidocs.cloudfoundry.org/spaces/disassociate_auditor_with_the_space_by_username.html">Disassociate Auditor with the Spac
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/Spaces.java:232
↓ 6 callersMethodremoveSpace
Makes the <a href="https://v2-apidocs.cloudfoundry.org/users/associate_space_with_the_user.html">Remove Space from the User</a> request @param reques
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/users/Users.java:232
← previousnext →501–600 of 11,111, ranked by callers