Uses of Class
com.atlassian.bamboo.testutils.ProcessDescriptor

Packages that use ProcessDescriptor
com.atlassian.bamboo.testutils   
 

Uses of ProcessDescriptor in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return ProcessDescriptor
 ProcessDescriptor CommandExecutor.exec(java.lang.String command)
          A naive exec method that splits the passed command at each space.
 ProcessDescriptor CommandExecutor.exec(java.lang.String[] command)
           
 ProcessDescriptor CommandExecutor.exec(java.lang.String[] command, long timeout)
           
 ProcessDescriptor CommandExecutor.startDaemon(java.lang.String[] command, long timeout)
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type ProcessDescriptor
 void CommandExecutor.stopDaemon(ProcessDescriptor processDescriptor)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.