public class IntegrityCheckinTask extends Object implements hudson.FilePath.FileCallable<Boolean>
| Constructor and Description |
|---|
IntegrityCheckinTask(String ciConfigPath,
String ciWorkspaceDir,
String ciIncludes,
String ciExcludes,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
IntegrityConfigurable integrityConfig)
The check-in task provides updates back to an Integrity CM Project
|
public IntegrityCheckinTask(String ciConfigPath, String ciWorkspaceDir, String ciIncludes, String ciExcludes, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, IntegrityConfigurable integrityConfig) throws IOException, InterruptedException
ciConfigPath - Configuration path for the project to check-in artifacts after the buildciWorkspaceDir - Workspace directory containing the check-in artifacts created as a result of the buildciIncludes - Ant-style includes filter for check-in filesciExcludes - Ant-style excludes filter for check-in filesbuild - Hudson abstract build objectlistener - The Hudson build listenerInterruptedExceptionIOExceptionpublic Boolean invoke(File workspaceFile, hudson.remoting.VirtualChannel channel) throws IOException
invoke in interface hudson.FilePath.FileCallable<Boolean>workspaceFile - Build environment's workspace directorychannel - Virtual ChannelIOExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.