public class MktmpioEnvironment extends hudson.model.InvisibleAction implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
dbType |
String |
host |
String |
id |
String |
password |
int |
port |
boolean |
shutdownWithBuild |
String |
token |
String |
username |
| Constructor and Description |
|---|
MktmpioEnvironment(String token,
String id,
String host,
int port,
String username,
String password,
String dbType,
boolean shutdownWithBuild) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
envVars() |
public final String token
public final String id
public final String host
public final int port
public final String username
public final String password
public final String dbType
public final boolean shutdownWithBuild
Copyright © 2015 mktmpio team, Datajin Technologies, Inc.. All Rights Reserved.