提交 b9078a88 编写于 作者: A alanharder

javadoc update

上级 24c80253
/*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Red Hat, Inc., Tom Huybrechts
* Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Red Hat, Inc., Tom Huybrechts
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
......@@ -167,10 +168,11 @@ public class MatrixBuild extends AbstractBuild<MatrixProject,MatrixBuild> {
}
/**
* Returns all {@link MatrixRun}s for this {@link MatrixBuild}.
* Returns all {@link MatrixRun}s for exactly this {@link MatrixBuild}.
* <p>
* Unlike {@link #getExactRuns()}, this method excludes those runs
* Unlike {@link #getRuns()}, this method excludes those runs
* that didn't run and got inherited.
* @since 1.413
*/
public List<MatrixRun> getExactRuns() {
List<MatrixRun> r = new ArrayList<MatrixRun>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册