Class MockBranchSupport

    • Constructor Detail

      • MockBranchSupport

        public MockBranchSupport​(String name)
    • Method Detail

      • getRemoteRunOnBranchPattern

        @NotNull
        public String getRemoteRunOnBranchPattern()
        Description copied from interface: BranchSupport
        Returns pattern to recognize branches for remote-run-on-branch trigger. Pattern should contain a placeholder {teamcity.user}, e.g. remote-run/{teamcity.user}/.+ . Changes in branches with names matched by pattern will trigger a personal build.
        Specified by:
        getRemoteRunOnBranchPattern in interface BranchSupport
        Returns:
        see above
      • setRemoteRunOnBranchPattern

        public void setRemoteRunOnBranchPattern​(String remoteRunOnBranchPattern)