|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdvancedSCMException | |
|---|---|
| org.paylogic.jenkins.advancedscm | |
| org.paylogic.jenkins.advancedscm.backends | |
| org.paylogic.jenkins.advancedscm.exceptions | |
| Uses of AdvancedSCMException in org.paylogic.jenkins.advancedscm |
|---|
| Methods in org.paylogic.jenkins.advancedscm that throw AdvancedSCMException | |
|---|---|
void |
AdvancedSCMManager.clean()
Cleans workspace from artifacts. |
void |
AdvancedSCMManager.closeBranch(String branch,
String message,
String username)
Close given branch |
String |
AdvancedSCMManager.getBranch()
Get the current branch name in the workspace. |
List<Branch> |
AdvancedSCMManager.getBranches(boolean all)
Get Mercurial branches from command line output, and put them in a List with Branches so it's nice to work with. |
List<String> |
AdvancedSCMManager.getBranchNames(boolean all)
Get open Mercurial branches from command line output, and put them in a List so it's nice to work with. |
String |
AdvancedSCMManager.merge(String message,
String username)
Merge possible current branch's heads. |
String |
AdvancedSCMManager.mergeWorkspaceWith(String revision,
String updateTo,
String message,
String username)
Merge current workspace with given 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(String... branchNames)
Executes 'push' command with -b |
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. |
| Uses of AdvancedSCMException in org.paylogic.jenkins.advancedscm.backends |
|---|
| Methods in org.paylogic.jenkins.advancedscm.backends that throw AdvancedSCMException | |
|---|---|
void |
MercurialBackend.clean()
Cleans workspace from artifact. |
void |
GitBackend.clean()
Cleans workspace from artifacts. |
void |
MercurialBackend.closeBranch(String branch,
String message,
String username)
Close given branch. |
String |
MercurialBackend.getBranch()
Get the current branch name in the workspace. |
String |
GitBackend.getBranch()
Get the current branch name in the workspace. |
List<Branch> |
GitBackend.getBranches(boolean all)
Get branches from command line output, and put them in a List with Branches so it's nice to work with. |
List<Branch> |
GitBackend.getLocalBranches()
Get local branches from command line output, and put them in a List with Branches so it's nice to work with. |
List<String> |
GitBackend.getLocalBranchNames()
Get branches from command line output, and put them in a List so it's nice to work with. |
String |
MercurialBackend.merge(String message,
String username)
Merge possible current branch's heads. |
String |
GitBackend.merge(String message,
String username)
Merge possible current branch's heads. |
String |
MercurialBackend.mergeWorkspaceWith(String revision,
String updateTo,
String message,
String username)
Merge current workspace with given revision. |
String |
GitBackend.mergeWorkspaceWith(String revision,
String updateTo,
String message,
String username)
Merge current workspace with given 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(String... branchNames)
Executes 'hg push' |
String |
GitBackend.push(String... branchNames)
Executes 'push' command for given branches |
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. |
| Uses of AdvancedSCMException in org.paylogic.jenkins.advancedscm.exceptions |
|---|
| Subclasses of AdvancedSCMException in org.paylogic.jenkins.advancedscm.exceptions | |
|---|---|
class |
MergeConflictException
|
class |
MergeWontHaveEffectException
|
class |
NothingChangedException
|
class |
PushCreatesNewRemoteHeadException
|
class |
UnknownRevisionException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||