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 void
setRawBuildTypeConfig(String buildTypeExtId, InputStream content)
void
setRawFile(String path, InputStream content)
void
setRawPluginData(String path, InputStream content)
void
setRawProjectConfig(InputStream content)
void
setRawTemplateConfig(String templateExtId, InputStream content)
void
setRawVcsRootConfig(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
-
-