| Package | Description |
|---|---|
| org.paylogic.jenkins.advancedscm | |
| org.paylogic.jenkins.advancedscm.backends | |
| org.paylogic.jenkins.advancedscm.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSCMManager.clean()
Cleans workspace from artifacts.
|
void |
AdvancedSCMManager.commit(String message,
String username)
Commit the workspace changes with the given message.
|
String |
AdvancedSCMManager.merge()
Merge possible current branch's heads.
|
String |
AdvancedSCMManager.mergeWorkspaceWith(String revision)
Merge current workspace with given revision.
|
String |
AdvancedSCMManager.mergeWorkspaceWith(String revision,
String updateTo)
Update workspace to 'updateTo' and then merge that workspace with 'revision'.
|
String |
AdvancedSCMManager.pull()
Executes 'pull' command
|
String |
AdvancedSCMManager.pull(String remote)
Pulls changes from remotes.
|
String |
AdvancedSCMManager.pull(String remote,
String branch)
Pulls from given repository url.
|
String |
AdvancedSCMManager.push()
Executes 'push' command
|
String |
AdvancedSCMManager.pushCertainBranch(String branchname) |
String |
AdvancedSCMManager.pushWithNewBranches() |
void |
AdvancedSCMManager.stripLocal()
Strip out local commits which are not pushed yet.
|
void |
AdvancedSCMManager.update(String revision)
Updates workspace to given revision/branch.
|
void |
AdvancedSCMManager.updateClean(String revision)
Updates workspace to given revision/branch with cleaning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MercurialBackend.clean()
Cleans workspace from artifact.
|
void |
GitBackend.clean()
Cleans workspace from artifacts.
|
void |
MercurialBackend.commit(String message,
String username)
Commit the workspace changes with the given message.
|
void |
GitBackend.commit(String message,
String username)
Commit the workspace changes with the given message.
|
String |
MercurialBackend.merge()
Merge possible current branch's heads.
|
String |
GitBackend.merge()
Merge possible current branch's heads.
|
String |
MercurialBackend.mergeWorkspaceWith(String revision)
Merge current workspace with given revision.
|
String |
GitBackend.mergeWorkspaceWith(String revision)
Merge current workspace with given revision.
|
String |
MercurialBackend.mergeWorkspaceWith(String revision,
String updateTo)
Update workspace to 'updateTo' and then merge that workspace with 'revision'.
|
String |
GitBackend.mergeWorkspaceWith(String revision,
String updateTo)
Update workspace to 'updateTo' and then merge that workspace with 'revision'.
|
String |
MercurialBackend.pull()
Executes 'hg pull'
|
String |
GitBackend.pull()
Executes 'pull' command
|
String |
MercurialBackend.pull(String remote)
Executes 'hg pull
|
String |
GitBackend.pull(String remote)
Pulls changes from remotes.
|
String |
MercurialBackend.pull(String remote,
String branch)
Executes 'hg pull
|
String |
GitBackend.pull(String remote,
String branch)
Pulls from given repository url.
|
String |
MercurialBackend.push()
Executes 'hg push'
|
String |
GitBackend.push()
Executes 'push' command
|
String |
MercurialBackend.push(String revision)
Deprecated.
|
String |
MercurialBackend.pushCertainBranch(String branchname) |
String |
GitBackend.pushCertainBranch(String branchname) |
String |
MercurialBackend.pushWithNewBranches() |
String |
GitBackend.pushWithNewBranches() |
void |
MercurialBackend.stripLocal()
Strip out local commits which are not pushed yet.
|
void |
GitBackend.stripLocal()
Strip out local commits which are not pushed yet.
|
void |
MercurialBackend.update(String revision)
Updates workspace to given revision/branch.
|
void |
GitBackend.update(String revision)
Updates workspace to given revision/branch.
|
void |
MercurialBackend.updateClean(String revision)
Updates workspace to given revision/branch with cleaning.
|
void |
GitBackend.updateClean(String revision)
Updates workspace to given revision/branch with cleaning.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MergeConflictException |
class |
MergeWontHaveEffectException |
class |
NothingChangedException |
class |
PushCreatesNewRemoteHeadException |
class |
UnknownRevisionException |
Copyright © 2004-2014. All Rights Reserved.