hudson.plugins.dimensionsscm
Class SCMLauncher

java.lang.Object
  extended by hudson.plugins.dimensionsscm.SCMLauncher
All Implemented Interfaces:
java.io.Serializable

public class SCMLauncher
extends java.lang.Object
implements java.io.Serializable

Class implementation of the launcher process.

See Also:
Serialized Form

Constructor Summary
SCMLauncher(java.lang.String[] args, hudson.model.TaskListener listener, hudson.FilePath area)
           
 
Method Summary
 java.lang.Boolean execute()
           
 java.lang.String getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCMLauncher

public SCMLauncher(java.lang.String[] args,
                   hudson.model.TaskListener listener,
                   hudson.FilePath area)
Method Detail

getResults

public java.lang.String getResults()

execute

public java.lang.Boolean execute()
                          throws java.io.IOException,
                                 java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2004-2011 Hudson. All Rights Reserved.