public class ConnectionInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
localDbInstance |
Constructor and Description |
---|
ConnectionInfo(boolean isLocalDb,
String server,
String database,
boolean isWindowsAuthentication,
String userName,
hudson.util.Secret password) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionName() |
String |
getDatabase() |
boolean |
getIsLocalDb() |
boolean |
getIsWindowsAuthentication() |
hudson.util.Secret |
getPassword() |
String |
getServer() |
String |
getUserName() |
public static final String localDbInstance
public String getConnectionName()
public boolean getIsLocalDb()
public String getServer()
public String getDatabase()
public boolean getIsWindowsAuthentication()
public String getUserName()
public hudson.util.Secret getPassword()
Copyright © 2016–2021. All rights reserved.