|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.IntegrityCheckoutTask
public class IntegrityCheckoutTask
| Constructor Summary | |
|---|---|
IntegrityCheckoutTask(IntegritySCM scm,
IntegrityCMProject siProject,
boolean cleanCopy,
hudson.model.BuildListener listener)
Hudson supports building on distributed machines, and the SCM plugin must be able to be executed on other machines than the master. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
invoke(java.io.File workspaceFile,
hudson.remoting.VirtualChannel channel)
This task wraps around the code necessary to checkout Integrity CM Members on remote machines |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegrityCheckoutTask(IntegritySCM scm,
IntegrityCMProject siProject,
boolean cleanCopy,
hudson.model.BuildListener listener)
scm - Out IntegritySCM object that contains all the configuration information we needsiProject - IntegrityCMProject object containing details about the Integrity Project and MemberscleanCopy - Indicates whether or not the workspace needs to be cleaned up prior to checking out fileslistener - The Hudson build listener| Method Detail |
|---|
public java.lang.Boolean invoke(java.io.File workspaceFile,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||