Class EditCleanupRulesForm
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.cleanup.EditCleanupRulesForm
-
public class EditCleanupRulesForm extends Object
-
-
Constructor Summary
Constructors Constructor Description EditCleanupRulesForm(SProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactPatterns()
Map<String,Integer>
getBuildsCount()
String
getBuildTypeId()
Map<String,Boolean>
getCustom()
Map<String,Integer>
getDaysCount()
String
getHoldDependencies()
SProject
getParentProject()
String
getProjectId()
List<SProject>
getProjectsToShow()
boolean
isShowSubProjects()
void
setArtifactPatterns(String artifactPatterns)
void
setBuildTypeId(String buildTypeId)
void
setHoldDependencies(String holdDependencies)
void
setProjectId(String projectId)
void
setShowSubProjects(boolean showSubProjects)
-
-
-
Constructor Detail
-
EditCleanupRulesForm
public EditCleanupRulesForm(@NotNull SProject project)
-
-
Method Detail
-
getArtifactPatterns
@Nullable public String getArtifactPatterns()
-
setArtifactPatterns
public void setArtifactPatterns(String artifactPatterns)
-
getBuildTypeId
public String getBuildTypeId()
-
setBuildTypeId
public void setBuildTypeId(String buildTypeId)
-
getProjectId
public String getProjectId()
-
setProjectId
public void setProjectId(String projectId)
-
isShowSubProjects
public boolean isShowSubProjects()
-
setShowSubProjects
public void setShowSubProjects(boolean showSubProjects)
-
getHoldDependencies
@Nullable public String getHoldDependencies()
-
setHoldDependencies
public void setHoldDependencies(String holdDependencies)
-
getParentProject
@NotNull public SProject getParentProject()
-
-