Package jetbrains.buildServer.vcs
Interface BuildPatchPolicy
-
- All Superinterfaces:
VcsExtension
- All Known Subinterfaces:
BuildPatchByCheckoutRules
,BuildPatchByIncludeRules
- All Known Implementing Classes:
MockBranchSupport
,MockVcsSupport
,VcsSupport
public interface BuildPatchPolicy extends VcsExtension
Base interface for different patch building policies. An actual implementation should not implement this interface directly but rather implement one of the following subinterfaces:BuildPatchByCheckoutRules
,BuildPatchByIncludeRules
- Since:
- 4.5
- See Also:
BuildPatchByCheckoutRules
,BuildPatchByIncludeRules