public class IntegrityDeleteNonMembersTask extends Object implements hudson.FilePath.FileCallable<Boolean>
| Constructor and Description |
|---|
IntegrityDeleteNonMembersTask(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String alternateWorkspaceDir,
IntegrityCMProject siProject) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteNonMembers(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Delete all members in the build workspace that are not under version control
|
Boolean |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
public IntegrityDeleteNonMembersTask(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String alternateWorkspaceDir,
IntegrityCMProject siProject)
public Boolean invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface hudson.FilePath.FileCallable<Boolean>IOExceptionInterruptedExceptionpublic void deleteNonMembers(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws SQLException,
IOException,
InterruptedException
build - listener - SQLExceptionIOExceptionInterruptedExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.