Class ProjectPreparation.ResetCLeanupRules
- java.lang.Object
-
- jetbrains.buildServer.virtualConfiguration.generator.impl.ProjectPreparation.ResetCLeanupRules
-
- All Implemented Interfaces:
ProjectPreparation
- Enclosing interface:
- ProjectPreparation
public static class ProjectPreparation.ResetCLeanupRules extends Object implements ProjectPreparation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.virtualConfiguration.generator.impl.ProjectPreparation
ProjectPreparation.DisableVersionedSettings, ProjectPreparation.Move, ProjectPreparation.ResetCLeanupRules, ProjectPreparation.SetAgentPools, ProjectPreparation.SetName, ProjectPreparation.SetNonArchived, ProjectPreparation.SetOriginalLink, ProjectPreparation.SetReadOnly, ProjectPreparation.SetVirtual
-
-
Constructor Summary
Constructors Constructor Description ResetCLeanupRules(KeepRulesManager keepRulesManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
boolean
prepare(SProject project)
Prepare virtual project configuration
-
-
-
Constructor Detail
-
ResetCLeanupRules
public ResetCLeanupRules(@NotNull KeepRulesManager keepRulesManager)
-
-
Method Detail
-
prepare
public boolean prepare(@NotNull SProject project)
Description copied from interface:ProjectPreparation
Prepare virtual project configuration- Specified by:
prepare
in interfaceProjectPreparation
- Parameters:
project
- virtual project- Returns:
- is project changed true: the project has been changed false: nothing happened or something else was changed
-
name
@NotNull public String name()
- Specified by:
name
in interfaceProjectPreparation
-
-