Uses of Class
com.sap.cloudfoundry.client.facade.domain.ApplicationLog
-
-
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type ApplicationLog Modifier and Type Method Description List<ApplicationLog>CloudControllerClient. getRecentLogs(String applicationName)Stream recent log entries.List<ApplicationLog>CloudControllerClient. getRecentLogs(UUID applicationGuid)Get recent log entries.List<ApplicationLog>CloudControllerClientImpl. getRecentLogs(String applicationName)List<ApplicationLog>CloudControllerClientImpl. getRecentLogs(UUID applicationGuid)Methods in com.sap.cloudfoundry.client.facade with parameters of type ApplicationLog Modifier and Type Method Description voidApplicationLogListener. onMessage(ApplicationLog log) -
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ApplicationLog Modifier and Type Method Description ApplicationLogRawApplicationLog. derive() -
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade.domain
Subclasses of ApplicationLog in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableApplicationLogImmutable implementation ofApplicationLog.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type ApplicationLog Modifier and Type Method Description intApplicationLog. compareTo(ApplicationLog other)static ImmutableApplicationLogImmutableApplicationLog. copyOf(ApplicationLog instance)Creates an immutable copy of aApplicationLogvalue.ImmutableApplicationLog.BuilderImmutableApplicationLog.Builder. from(ApplicationLog instance)Fill a builder with attribute values from the providedApplicationLoginstance. -
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type ApplicationLog Modifier and Type Method Description List<ApplicationLog>CloudControllerRestClient. getRecentLogs(String applicationName)List<ApplicationLog>CloudControllerRestClient. getRecentLogs(UUID applicationGuid)List<ApplicationLog>CloudControllerRestClientImpl. getRecentLogs(String applicationName)List<ApplicationLog>CloudControllerRestClientImpl. getRecentLogs(UUID applicationGuid)
-