Interface YamlInProjectStorage
-
- All Known Implementing Classes:
BuildFeatureYamlInProjectStorage
public interface YamlInProjectStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addYamlInProject(String projectId, String yaml)
PipelineYamlSnapshot
getPipelineYamlSnapshot(String projectId)
String
getYamlFromPromotion(BuildPromotion buildPromotion)
void
updateYamlInProject(String projectId, String yaml)
void
updateYamlInProject(ProjectBuilderImpl projectBuilder, String yaml)
-
-
-
Method Detail
-
getPipelineYamlSnapshot
@NotNull PipelineYamlSnapshot getPipelineYamlSnapshot(@NotNull String projectId)
-
getYamlFromPromotion
@Nullable String getYamlFromPromotion(@NotNull BuildPromotion buildPromotion)
-
updateYamlInProject
void updateYamlInProject(@NotNull ProjectBuilderImpl projectBuilder, @NotNull String yaml)
-
-