Interface YamlInProjectStorage
-
- All Known Implementing Classes:
BuildFeatureYamlInProjectStorage
public interface YamlInProjectStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddYamlInProject(String projectId, String yaml)PipelineYamlSnapshotgetPipelineYamlSnapshot(String projectId)StringgetYamlFromPromotion(BuildPromotion buildPromotion)voidupdateYamlInProject(String projectId, String yaml)voidupdateYamlInProject(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)
-
-