Skip navigation links
G M S T 

G

getPassword() - Method in class top.marchand.xml.maven.servers.utils.ServerInformation
The password specified in server definition.
getServerAuthentication(String) - Method in class top.marchand.xml.maven.servers.utils.MavenServerUtils
Returns authentication of specified server.
getUsername() - Method in class top.marchand.xml.maven.servers.utils.ServerInformation
The username specified in server definition

M

MavenServerUtils - Class in top.marchand.xml.maven.servers.utils
Service class to get informations from server Usage : in your Mojo, declare to properties : @Component private MavenSession session; @Component private PlexusContainer container; Then, instanciate a MavenServerUtils, and getServer informations from its id : MavenServerUtils serverUtils = new MavenServerUtils(session, container); ServerInformation serverInfos = serverUtils.getServerAuthentication("serverId");
MavenServerUtils(MavenSession, PlexusContainer) - Constructor for class top.marchand.xml.maven.servers.utils.MavenServerUtils
Creates a new instance

S

ServerInformation - Class in top.marchand.xml.maven.servers.utils
This class holds authentication informations

T

top.marchand.xml.maven.servers.utils - package top.marchand.xml.maven.servers.utils
 
G M S T 
Skip navigation links

Copyright © 2018. All rights reserved.