Subversion Repositories DevTools

Rev

Rev 7186 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7186 Rev 7282
Line 72... Line 72...
72
   */
72
   */
73
  private boolean mImported = false;
73
  private boolean mImported = false;
74
 
74
 
75
  /**constructor
75
  /**constructor
76
   *    @param  identifier - pvid of the package being excluded
76
   *    @param  identifier - pvid of the package being excluded
77
   *    @param  rootIdentifier  - pvid of the root package causing the exclusion. May be null
77
   *    @param  rootIdentifier  - pvid of the root package causing the exclusion. May be -1
78
   *    @param  rootCause - Short (< 50 Char) string explaining the cause
78
   *    @param  rootCause - Short (< 50 Char) string explaining the cause
79
   *    @param  testBuildInstruction - Indicates a text build instruction
79
   *    @param  testBuildInstruction - Indicates a text build instruction
80
   */
80
   */
81
  public BuildExclusion(int identifier, int rootIdentifier, String rootCause, int testBuildInstruction )
81
  public BuildExclusion(int identifier, int rootIdentifier, String rootCause, int testBuildInstruction )
82
  {
82
  {