Class BuildInfoSummary

  • All Implemented Interfaces:
    hudson.model.Action, hudson.model.BuildBadgeAction, hudson.model.ModelObject

    public class BuildInfoSummary
    extends java.lang.Object
    implements hudson.model.BuildBadgeAction
    Plugin portion to show information on the Build Summary page, and on the line entries for build history.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Display name for this summary entry.
      java.lang.String getIconFileName()
      The default file for the image used by this summary entry.
      java.lang.String getLabelledIconFileName()
      Get an icon that is differentiated depending on which kind of action this is representing.
      java.lang.String getUrlName()
      The URL to use in this summary entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIconFileName

        public java.lang.String getIconFileName()
        The default file for the image used by this summary entry.
        Specified by:
        getIconFileName in interface hudson.model.Action
        Returns:
        relative path to a file.
      • getLabelledIconFileName

        public java.lang.String getLabelledIconFileName()
        Get an icon that is differentiated depending on which kind of action this is representing.
        Returns:
        icon file path.
      • getDisplayName

        public java.lang.String getDisplayName()
        Display name for this summary entry.
        Specified by:
        getDisplayName in interface hudson.model.Action
        Specified by:
        getDisplayName in interface hudson.model.ModelObject
        Returns:
        OctopusDeploy - [the type of action this represents]
      • getUrlName

        public java.lang.String getUrlName()
        The URL to use in this summary entry.
        Specified by:
        getUrlName in interface hudson.model.Action
        Returns:
        URL to link to.