Class RemoteRunBranchSpecProvider

    • Method Detail

      • getBranchSpecs

        @NotNull
        public Set<String> getBranchSpecs​(@NotNull
                                          BuildTypeEx buildType,
                                          @NotNull
                                          VcsRootInstance root,
                                          @NotNull
                                          VcsRepositoryState state)
        Description copied from interface: BranchSpecProvider
        Called to calculate logical branch name from vcs branch name. Should return additional patterns for given buildType, VCS root and the state of the root.
        Specified by:
        getBranchSpecs in interface BranchSpecProvider
        Parameters:
        buildType - buildType of interest
        root - VCS root of interest
        state - state of vcs root, state can be incomplete, e.g. contain a single branch of interest
        Returns:
        see above