Package hudson.model

Class MyView

    • Constructor Detail

      • MyView

        @DataBoundConstructor
        public MyView​(String name)
    • Method Detail

      • contains

        public boolean contains​(TopLevelItem item)
        Description copied from class: View
        Checks if the job is in this collection.
        Specified by:
        contains in class View
      • getItems

        public Collection<TopLevelItem> getItems()
        Description copied from class: View
        Gets all the items in this collection in a read-only view.
        Specified by:
        getItems in class View
      • getPostConstructLandingPage

        public String getPostConstructLandingPage()
        Description copied from class: View
        Returns the page to redirect the user to, after the view is created. The returned string is appended to "/view/foobar/", so for example to direct the user to the top page of the view, return "", etc.
        Overrides:
        getPostConstructLandingPage in class View