Uses of Class
org.apache.maven.api.settings.Server
Packages that use Server
Package
Description
-
Uses of Server in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return ServerModifier and TypeMethodDescriptionServer.Builder.build()
static Server
Server.newInstance()
Creates a newServer
instance.static Server
Server.newInstance
(boolean withDefaults) Creates a newServer
instance using default values or not.Server.withConfiguration
(Dom configuration) Creates a newServer
instance using the specified configuration.Server.withDirectoryPermissions
(String directoryPermissions) Creates a newServer
instance using the specified directoryPermissions.Server.withFilePermissions
(String filePermissions) Creates a newServer
instance using the specified filePermissions.Creates a newServer
instance using the specified id.Server.withPassphrase
(String passphrase) Creates a newServer
instance using the specified passphrase.Server.withPassword
(String password) Creates a newServer
instance using the specified password.Server.withPrivateKey
(String privateKey) Creates a newServer
instance using the specified privateKey.Server.withUsername
(String username) Creates a newServer
instance using the specified username.Methods in org.apache.maven.api.settings that return types with arguments of type ServerModifier and TypeMethodDescriptionSettings.getServers()
Configuration of server-specific settings, mainly authentication method.Methods in org.apache.maven.api.settings with parameters of type ServerModifier and TypeMethodDescriptionstatic Server.Builder
Server.newBuilder
(Server from) Creates a newServer
builder instance using the specified object as a basis.static Server.Builder
Server.newBuilder
(Server from, boolean forceCopy) Creates a newServer
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.settings with type arguments of type ServerModifier and TypeMethodDescriptionSettings.Builder.servers
(Collection<Server> servers) Settings.withServers
(Collection<Server> servers) Creates a newSettings
instance using the specified servers. -
Uses of Server in org.apache.maven.settings
Methods in org.apache.maven.settings that return ServerMethods in org.apache.maven.settings that return types with arguments of type ServerMethod parameters in org.apache.maven.settings with type arguments of type ServerConstructors in org.apache.maven.settings with parameters of type Server -
Uses of Server in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return ServerModifier and TypeMethodDescriptionprotected Server
SettingsMerger.mergeServer
(Server target, Server source, boolean sourceDominant, Map<Object, Object> context) Methods in org.apache.maven.settings.v4 that return types with arguments of type ServerModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer<Server>
SettingsMerger.getServerKey()
Methods in org.apache.maven.settings.v4 with parameters of type ServerModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeServer
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected Server
SettingsMerger.mergeServer
(Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_Configuration
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_DirectoryPermissions
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_FilePermissions
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_Id
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_Passphrase
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_Password
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_PrivateKey
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeServer_Username
(Server.Builder builder, Server target, Server source, boolean sourceDominant, Map<Object, Object> context)