jetbrains.buildServer.agent
Class RuntimeProperties
java.lang.Object
jetbrains.buildServer.agent.RuntimeProperties
public class RuntimeProperties
- extends java.lang.Object
This class holds properties required by Agent runtime part to work.
Before this class was introduced runtime properties passed to the Java as usual system properties
which lead to increased command line and an increased risk of interference with user properties.
Currently it is a bit Ant specific, but if needed it can be converted into the general properties storage.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeProperties
public RuntimeProperties(java.util.Properties properties)
getInstance
public static RuntimeProperties getInstance()
isAvailable
public static boolean isAvailable()
getRuntimeClasspath
public java.lang.String getRuntimeClasspath()
getAntTaskExtensions
public java.lang.String getAntTaskExtensions()