Package jetbrains.buildServer.configs
Class RawProjectBuilder
- java.lang.Object
-
- jetbrains.buildServer.configs.RawProjectBuilder
-
public class RawProjectBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description RawProjectBuilder(File projectDir)RawProjectBuilder(Path dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetRawBuildTypeConfig(String buildTypeExtId, InputStream content)voidsetRawFile(String path, InputStream content)voidsetRawPluginData(String path, InputStream content)voidsetRawProjectConfig(InputStream content)voidsetRawTemplateConfig(String templateExtId, InputStream content)voidsetRawVcsRootConfig(String vcsRootExtId, InputStream content)
-
-
-
Method Detail
-
setRawProjectConfig
public void setRawProjectConfig(@NotNull InputStream content) throws IOException- Throws:
IOException
-
setRawBuildTypeConfig
public void setRawBuildTypeConfig(@NotNull String buildTypeExtId, @NotNull InputStream content) throws IOException- Throws:
IOException
-
setRawTemplateConfig
public void setRawTemplateConfig(@NotNull String templateExtId, @NotNull InputStream content) throws IOException- Throws:
IOException
-
setRawVcsRootConfig
public void setRawVcsRootConfig(@NotNull String vcsRootExtId, @NotNull InputStream content) throws IOException- Throws:
IOException
-
setRawPluginData
public void setRawPluginData(@NotNull String path, @NotNull InputStream content) throws IOException- Throws:
IOException
-
setRawFile
public void setRawFile(@NotNull String path, @NotNull InputStream content) throws IOException- Throws:
IOException
-
-