Class DescriptionColumn

    • Constructor Detail

      • DescriptionColumn

        @DataBoundConstructor
        public DescriptionColumn()
        Constructor.
    • Method Detail

      • getPropertyOf

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        @CheckForNull
        public jenkins.scm.api.metadata.ObjectMetadataAction getPropertyOf​(Item item)
        Gets the metadata of an item.
        Parameters:
        item - the item.
        Returns:
        the metadata or null
      • formattedDescription

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public String formattedDescription​(@CheckForNull
                                           Object p,
                                           @NonNull
                                           Object job)
                                    throws IOException
        Gets the formatted description of a job.
        Parameters:
        p - the metadata action.
        job - the job.
        Returns:
        the description. It is never unfiltered, unescaped HTML.
        Throws:
        IOException - if there was an issue encoding the description.