Interface YamlInProjectStorage

    • Method Detail

      • getYamlFromPromotion

        @Nullable
        String getYamlFromPromotion​(@NotNull
                                    BuildPromotion buildPromotion)
      • addYamlInProject

        void addYamlInProject​(@NotNull
                              String projectId,
                              @NotNull
                              String yaml)
      • updateYamlInProject

        void updateYamlInProject​(@NotNull
                                 String projectId,
                                 @NotNull
                                 String yaml)