Class ConfigureArtifactHandlers

    • Constructor Detail

      • ConfigureArtifactHandlers

        public ConfigureArtifactHandlers()
    • Method Detail

      • prepare

        public void prepare()
                     throws Exception
        Specified by:
        prepare in interface com.opensymphony.xwork2.Preparable
        Throws:
        Exception
      • 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
      • getArtifactHandlerDescriptors

        public List<ArtifactHandlerModuleDescriptor> getArtifactHandlerDescriptors()
        we don't use ArtifactHandlerService for displaying list of handlers because we want to show them all in this action
      • isConfigurationUpdated

        public boolean isConfigurationUpdated()
      • setConfigurationUpdated

        public void setConfigurationUpdated​(boolean configurationUpdated)