Class MultiBranchProjectViewHolder.ViewImpl

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.View
hudson.model.ListView
jenkins.branch.BaseView<jenkins.scm.api.SCMHeadCategory>
jenkins.branch.MultiBranchProjectViewHolder.ViewImpl
All Implemented Interfaces:
ExtensionPoint, Describable<View>, DescriptorByNameOwner, DirectlyModifiableView, ModelObject, Saveable, SearchableModelObject, SearchItem, AccessControlled, ModelObjectWithChildren, HasWidgets
Enclosing class:
MultiBranchProjectViewHolder

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class MultiBranchProjectViewHolder.ViewImpl extends BaseView<jenkins.scm.api.SCMHeadCategory>
A custom category specific view.
  • Constructor Details

    • ViewImpl

      public ViewImpl(ViewGroup owner, @NonNull jenkins.scm.api.SCMHeadCategory category)
      Creates a new view.
      Parameters:
      owner - the owner.
      category - the category.