Class GroovyPostbuildDescriptor

    • Method Detail

      • getDisplayName

        public final String getDisplayName()
        Gets the descriptor display name, used in the post step checkbox description.
        Overrides:
        getDisplayName in class Descriptor<Publisher>
        Returns:
        the descriptor display name
      • isMatrixProject

        public boolean isMatrixProject​(Object it)
        Check whether the configuring model is MatrixProject. Called from jelly. Note: Caller should pass it for the model is not bound to StaplerRequest.findAncestorObject(Class) when called via hetelo-list.
        Parameters:
        it -
        Returns:
        true if the target model is MatrixProject