public static final class ServerInfoEntity.ServerInfoEntityBuilder extends Object
Constructor and Description |
---|
ServerInfoEntityBuilder() |
Modifier and Type | Method and Description |
---|---|
ServerInfoEntity |
build() |
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) |
public ServerInfoEntity.ServerInfoEntityBuilder withVersion(String version)
public ServerInfoEntity.ServerInfoEntityBuilder withDeploymentTitle(String deploymentType)
public ServerInfoEntity.ServerInfoEntityBuilder withBuildNumber(int buildNumber)
public ServerInfoEntity.ServerInfoEntityBuilder withBuildDate(String buildDate)
public ServerInfoEntity.ServerInfoEntityBuilder withBaseUrl(String baseUrl)
public ServerInfoEntity.ServerInfoEntityBuilder withVersions(List<String> versions)
public ServerInfoEntity.ServerInfoEntityBuilder withDeploymentType(String deploymentType)
public ServerInfoEntity.ServerInfoEntityBuilder withServerTime(String serverTime)
public ServerInfoEntity build()
Copyright © 2021 Atlassian. All rights reserved.