Uses of Class
org.apache.maven.api.settings.Server
-
Uses of Server in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return ServerModifier and TypeMethodDescriptionServer.Builder.build()static ServerServer.newInstance()Creates a newServerinstance.static ServerServer.newInstance(boolean withDefaults) Creates a newServerinstance using default values or not.Server.withConfiguration(Dom configuration) Creates a newServerinstance using the specified configuration.Server.withDirectoryPermissions(String directoryPermissions) Creates a newServerinstance using the specified directoryPermissions.Server.withFilePermissions(String filePermissions) Creates a newServerinstance using the specified filePermissions.Creates a newServerinstance using the specified id.Server.withPassphrase(String passphrase) Creates a newServerinstance using the specified passphrase.Server.withPassword(String password) Creates a newServerinstance using the specified password.Server.withPrivateKey(String privateKey) Creates a newServerinstance using the specified privateKey.Server.withUsername(String username) Creates a newServerinstance 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.BuilderServer.newBuilder(Server from) Creates a newServerbuilder instance using the specified object as a basis.static Server.BuilderServer.newBuilder(Server from, boolean forceCopy) Creates a newServerbuilder 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 newSettingsinstance using the specified servers.