Package jetbrains.buildServer.vcs
Class AutoMergeOptions
- java.lang.Object
-
- jetbrains.buildServer.vcs.AutoMergeOptions
-
public class AutoMergeOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description AutoMergeOptions(String dstBranch, String mergeMessage, MergeOptions vcsSpecificOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDstBranch()
String
getMergeMessage()
MergeOptions
getVcsSpecificOptions()
-
-
-
Constructor Detail
-
AutoMergeOptions
public AutoMergeOptions(@NotNull String dstBranch, @NotNull String mergeMessage, @NotNull MergeOptions vcsSpecificOptions)
-
-
Method Detail
-
getVcsSpecificOptions
public MergeOptions getVcsSpecificOptions()
-
getDstBranch
public String getDstBranch()
-
getMergeMessage
public String getMergeMessage()
-
-