Class ConfigureCloverPlugin

    • Constructor Detail

      • ConfigureCloverPlugin

        public ConfigureCloverPlugin()
    • Method Detail

      • prepare

        public void prepare()
                     throws Exception
        Specified by:
        prepare in interface com.opensymphony.xwork2.Preparable
        Throws:
        Exception
      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • setBandanaManager

        @Deprecated
        public void setBandanaManager​(com.atlassian.bandana.BandanaManager bandanaManager)
        Deprecated.
        since 6.8 use constructor injection or annotation injection
      • getLicenseString

        public String getLicenseString()
      • setLicenseString

        public void setLicenseString​(String licenseString)
      • getLicense

        public com.atlassian.extras.api.ProductLicense getLicense()