Class ScmConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vectorcast.plugins.vectorcastexecution.job.ScmConflictException
All Implemented Interfaces:
Serializable

public class ScmConflictException extends Exception
Exception raised if job being created already exists.
See Also:
  • Constructor Details

    • ScmConflictException

      public ScmConflictException(String snip, String path)
      Constructor.
      Parameters:
      snip - scm Snippet entered
      path - path to manage project
  • Method Details

    • getScmSnippet

      public String getScmSnippet()
      Get scm snippet name.
      Returns:
      scmSnippet name
    • getPathToManageProject

      public String getPathToManageProject()
      Get path to manage project name.
      Returns:
      scmSnippet name