Class CheckoutRulesController.CheckoutPathBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.projects.CheckoutRulesController.CheckoutPathBean
-
- Enclosing class:
- CheckoutRulesController
public static class CheckoutRulesController.CheckoutPathBean extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckoutPathBean(EditableBuildTypeSettingsForm buildTypeForm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableBuildTypeSettingsForm
getBuildTypeForm()
CameFromSupport
getCameFromSupport()
String
getCheckoutPath()
String
getCheckoutRulesRequiredReason()
String
getMappedPath()
String
getVcsRootId()
void
setCheckoutPath(String checkoutPath)
void
setCheckoutRulesRequiredReason(String checkoutRulesRequiredReason)
void
setMappedPath(String mappedPath)
void
setVcsRootId(String vcsRootId)
-
-
-
Constructor Detail
-
CheckoutPathBean
public CheckoutPathBean(@NotNull EditableBuildTypeSettingsForm buildTypeForm)
-
-
Method Detail
-
getCheckoutPath
public String getCheckoutPath()
-
setCheckoutPath
public void setCheckoutPath(String checkoutPath)
-
getMappedPath
public String getMappedPath()
-
setMappedPath
public void setMappedPath(String mappedPath)
-
getVcsRootId
public String getVcsRootId()
-
setVcsRootId
public void setVcsRootId(String vcsRootId)
-
getCheckoutRulesRequiredReason
public String getCheckoutRulesRequiredReason()
-
setCheckoutRulesRequiredReason
public void setCheckoutRulesRequiredReason(String checkoutRulesRequiredReason)
-
getCameFromSupport
@NotNull public CameFromSupport getCameFromSupport()
-
getBuildTypeForm
@NotNull public EditableBuildTypeSettingsForm getBuildTypeForm()
-
-