Class MarkAllLogsAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class MarkAllLogsAction
    extends ConfluenceActionSupport
    This action allows users with administrator permissions to write comments directly into the log and also rollover logs (more info on what that means can be found here)
    Since:
    7.11.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MarkAllLogsAction

        public MarkAllLogsAction()
    • Method Detail

      • setNodeId

        public void setNodeId​(String nodeId)
      • setLogsMarkMessage

        public void setLogsMarkMessage​(String logsMarkMessage)
      • setLogsMarkRollover

        public void setLogsMarkRollover​(boolean logsMarkRollover)
      • setClusterManager

        public void setClusterManager​(ClusterManager clusterManager)
      • 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