Class ProjectMatrixProperty

All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class ProjectMatrixProperty extends PageAreaImpl
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • ProjectMatrixProperty

      public ProjectMatrixProperty(Job job)
  • Method Details

    • addUser

      public MatrixRow addUser(String name)
      Adds a new user/group to this matrix.
    • getUser

      public MatrixRow getUser(String name)
      Picks up the existing user in the table.
    • enable

      public void enable()
      Enable project based security for this project.
    • disable

      public void disable()
      Disables project based security for this project.