Class PersonalBuildCreator.PatchBuilder
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.PersonalBuildCreator.PatchBuilder
-
- Enclosing class:
- PersonalBuildCreator
public class PersonalBuildCreator.PatchBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonalBuildCreator.PatchBuilder
addOrChangeFile(String fullName, String content)
void
build()
PersonalBuildCreator.PatchBuilder
deleteFile(String fullName)
-
-
-
Method Detail
-
addOrChangeFile
public PersonalBuildCreator.PatchBuilder addOrChangeFile(String fullName, String content) throws IOException
- Parameters:
fullName
- like "svn://repository|dir2/file2.txt", VCS-dependent formatcontent
- file content- Returns:
- this
- Throws:
IOException
-
deleteFile
public PersonalBuildCreator.PatchBuilder deleteFile(String fullName) throws IOException
- Parameters:
fullName
- like "svn://repository|dir2/file2.txt", VCS-dependent format- Returns:
- this
- Throws:
IOException
-
build
public void build() throws IOException
- Throws:
IOException
-
-