Uses of Class
com.atlassian.crowd.plugin.rest.entity.ServerInfoEntity.ServerInfoEntityBuilder
Packages that use ServerInfoEntity.ServerInfoEntityBuilder
-
Uses of ServerInfoEntity.ServerInfoEntityBuilder in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return ServerInfoEntity.ServerInfoEntityBuilderModifier and TypeMethodDescriptionServerInfoEntity.builder()ServerInfoEntity.ServerInfoEntityBuilder.withBaseUrl(String baseUrl) ServerInfoEntity.ServerInfoEntityBuilder.withBuildDate(String buildDate) ServerInfoEntity.ServerInfoEntityBuilder.withBuildNumber(int buildNumber) ServerInfoEntity.ServerInfoEntityBuilder.withDeploymentTitle(String deploymentType) ServerInfoEntity.ServerInfoEntityBuilder.withDeploymentType(String deploymentType) ServerInfoEntity.ServerInfoEntityBuilder.withServerTime(String serverTime) ServerInfoEntity.ServerInfoEntityBuilder.withVersion(String version) ServerInfoEntity.ServerInfoEntityBuilder.withVersions(List<String> versions)