IntegritySCM(IntegrityRepositoryBrowser browser,
String serverConfig,
String userName,
String password,
String configPath,
String includeList,
String excludeList,
boolean cleanCopy,
String lineTerminator,
boolean restoreTimestamp,
boolean skipAuthorInfo,
boolean checkpointBeforeBuild,
String checkpointLabel,
String alternateWorkspace,
boolean fetchChangedWorkspaceFiles,
boolean deleteNonMembers,
int checkoutThreadPoolSize,
String configurationName)
Create a constructor that takes non-transient fields, and add the annotation @DataBoundConstructor to it.
|