Class KeepRuleBuildFeature

    • Constructor Detail

      • KeepRuleBuildFeature

        public KeepRuleBuildFeature()
    • Method Detail

      • getType

        @NotNull
        public String getType()
        Description copied from class: BuildFeature
        Type of the feature, must be unique among all of the features.
        Specified by:
        getType in class BuildFeature
        Returns:
        type of the feature
      • getEditParametersUrl

        @Nullable
        public String getEditParametersUrl()
        Specified by:
        getEditParametersUrl in class BuildFeature
        Returns:
        absolute path to a JSP file or controller for editing parameters, should not include context path.
      • isRequiresAgent

        public boolean isRequiresAgent()
        Overrides:
        isRequiresAgent in class BuildFeature
        Returns:
        true if this build feature has some code which should be executed on the agent during the build. If false is returned then parameters of this feature will not be passed to an agent.