Uses of Class
org.paylogic.jenkins.advancedscm.exceptions.AdvancedSCMException

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 message, String username)
          Close given branch
 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(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 message, String username)
          Close given branch.
 void GitBackend.closeBranch(String message, String username)
          Close given branch.
 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 -b '.
 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
           
 



Copyright © 2004-2014. All Rights Reserved.