Uses of Class
org.hudsonci.maven.model.state.RuntimeEnvironmentDTO

Packages that use RuntimeEnvironmentDTO
org.hudsonci.maven.model.state   
 

Uses of RuntimeEnvironmentDTO in org.hudsonci.maven.model.state
 

Fields in org.hudsonci.maven.model.state declared as RuntimeEnvironmentDTO
protected  RuntimeEnvironmentDTO BuildStateDTO.runtimeEnvironment
           
 

Methods in org.hudsonci.maven.model.state that return RuntimeEnvironmentDTO
 RuntimeEnvironmentDTO ObjectFactory.createRuntimeEnvironmentDTO()
          Create an instance of RuntimeEnvironmentDTO
 RuntimeEnvironmentDTO BuildStateDTO.getRuntimeEnvironment()
          Gets the value of the runtimeEnvironment property.
 RuntimeEnvironmentDTO RuntimeEnvironmentDTO.withSystemEnvironment(PropertiesDTO value)
           
 RuntimeEnvironmentDTO RuntimeEnvironmentDTO.withSystemProperties(PropertiesDTO value)
           
 RuntimeEnvironmentDTO RuntimeEnvironmentDTO.withUserProperties(PropertiesDTO value)
           
 RuntimeEnvironmentDTO RuntimeEnvironmentDTO.withVersionProperties(PropertiesDTO value)
           
 RuntimeEnvironmentDTO RuntimeEnvironmentDTO.withWorkingDirectory(String value)
           
 

Methods in org.hudsonci.maven.model.state with parameters of type RuntimeEnvironmentDTO
 void BuildStateDTO.setRuntimeEnvironment(RuntimeEnvironmentDTO value)
          Sets the value of the runtimeEnvironment property.
 BuildStateDTO BuildStateDTO.withRuntimeEnvironment(RuntimeEnvironmentDTO value)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.