Interface Project

    • Method Detail

      • setKey

        void setKey​(@NotNull
                    @NotNull String key)
        Sets the key for the project. Must not be null
        Parameters:
        key -
      • getCurrentStatus

        @Deprecated
        String getCurrentStatus()
        Deprecated.
        since 8.2
        Returns the string representation the current status of a build. Mirrors ImmutablePlan.getCurrentStatus(). It will return "current" if any plan is building, and "fail" if any plan is failing.
        Returns:
        a String
      • setLabellings

        void setLabellings​(List<Labelling> labellings)
      • getVcsBambooSpecsSource

        @Nullable
        @Nullable VcsBambooSpecsSource getVcsBambooSpecsSource()
        Returns:
        specs source used to manage a project or null if the project is not managed by RSS
      • setVcsBambooSpecsSource

        void setVcsBambooSpecsSource​(VcsBambooSpecsSource vcsBambooSpecsSource)
        Sets the specs source for the project.
        Parameters:
        vcsBambooSpecsSource - specs source