Class Node
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.model.impl.Node
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<String>
getAfterCmds()
String
getAllJavaOpts()
List<String>
getBeforeCmds()
Map<String,String>
getEnvVars()
String
getFqdn()
boolean
getGatherLogs()
String
getHostname()
Map<String,Object>
getJavaProps()
String
getJavaPropsWithPrefix()
String
getJvmOptions()
Deprecated.String
getName()
boolean
isMain()
String
toString()
-
-
-
Method Detail
-
isMain
public boolean isMain()
-
getName
public String getName()
-
getFqdn
public String getFqdn()
-
getHostname
public String getHostname()
-
getJvmOptions
@Deprecated public String getJvmOptions()
Deprecated.As of RG 3.0 JVM options setup is supported directly by RG and this is the preferred way how to setup JVM options. Once RG 2.X is oboslete, this options will be removed!
-
getGatherLogs
public boolean getGatherLogs()
-
getJavaPropsWithPrefix
public String getJavaPropsWithPrefix()
-
getAllJavaOpts
public String getAllJavaOpts()
-
-