Skip to content

Commit

Permalink
also available for JobProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Aug 4, 2011
1 parent a63dbbc commit 13aed4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/hudson/matrix/MatrixAggregatable.java
Expand Up @@ -23,13 +23,14 @@
*/
package hudson.matrix;

import hudson.model.JobProperty;
import hudson.tasks.Publisher;
import hudson.ExtensionPoint;
import hudson.Launcher;
import hudson.model.BuildListener;

/**
* {@link Publisher} can optionally implement this interface
* {@link Publisher} and {@link JobProperty} can optionally implement this interface
* to perform result aggregation across {@link MatrixRun}.
*
* <p>
Expand Down

0 comments on commit 13aed4c

Please sign in to comment.