Package | Description |
---|---|
hudson.plugins.scm_sync_configuration | |
hudson.plugins.scm_sync_configuration.model |
Modifier and Type | Method and Description |
---|---|
ScmContext |
ScmSyncConfigurationPlugin.createScmContext() |
Modifier and Type | Method and Description |
---|---|
List<File> |
ScmSyncConfigurationBusiness.deleteHierarchy(ScmContext scmContext,
Path hierarchyPath) |
void |
ScmSyncConfigurationBusiness.init(ScmContext scmContext) |
void |
ScmSyncConfigurationBusiness.initializeRepository(ScmContext scmContext,
boolean deleteCheckoutScmDir) |
Future<Void> |
ScmSyncConfigurationBusiness.queueChangeSet(ScmContext scmContext,
ChangeSet changeset,
hudson.model.User user,
String userMessage) |
boolean |
ScmSyncConfigurationBusiness.scmCheckoutDirectorySettledUp(ScmContext scmContext) |
boolean |
SCMManipulator.scmConfigurationSettledUp(ScmContext scmContext,
boolean resetScmRepository)
Will check if everything is settled up (useful before a scm manipulation)
|
Modifier and Type | Method and Description |
---|---|
ScmContext |
Commit.getScmContext() |
Constructor and Description |
---|
Commit(ChangeSet changeset,
hudson.model.User author,
String userMessage,
ScmContext scmContext) |
Copyright © 2004-2016. All Rights Reserved.