| Package | Description |
|---|---|
| org.jenkinsci.plugins.deploy.weblogic.data |
| Modifier and Type | Method and Description |
|---|---|
WebLogicAuthenticationMode |
WeblogicEnvironment.getAuthMode() |
static WebLogicAuthenticationMode |
WebLogicAuthenticationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLogicAuthenticationMode[] |
WebLogicAuthenticationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeblogicEnvironment.setAuthMode(WebLogicAuthenticationMode authMode) |
| Constructor and Description |
|---|
WeblogicEnvironment(String name,
String host,
String port,
String login,
String password,
String ftpHost,
String ftpUser,
String ftpPassowrd,
String remoteDir,
String userconfigfile,
String userkeyfile,
WebLogicAuthenticationMode authMode) |
Copyright © 2016–2017. All rights reserved.