提交 445323da 编写于 作者: K Kohsuke Kawaguchi

Set the target release

上级 cf3891dd
......@@ -900,7 +900,7 @@ public class Fingerprint implements ModelObject, Saveable {
}
/**
* @since TODO
* @since 1.577
*/
public synchronized void addFor(Run b) throws IOException {
add(b.getParent().getFullName(), b.getNumber());
......
......@@ -53,7 +53,9 @@ public class ChartUtil {
@Deprecated
public final AbstractBuild build;
/** @since TODO */
/**
* @since 1.577
*/
public NumberOnlyBuildLabel(Run<?,?> run) {
this.run = run;
this.build = run instanceof AbstractBuild ? (AbstractBuild) run : null;
......@@ -65,7 +67,9 @@ public class ChartUtil {
this.build = build;
}
/* @since TODO */
/**
* @since 1.577
*/
public Run<?, ?> getRun() {
return run;
}
......
......@@ -65,7 +65,7 @@ import org.kohsuke.accmod.restrictions.DoNotUse;
* <li>Return true unconditionally from {@link BuildStepDescriptor#isApplicable} (there is currently no filtering for other {@link Job} types).
* </ul>
* @see hudson.tasks.BuildStepCompatibilityLayer#perform(AbstractBuild, Launcher, BuildListener)
* @since TODO
* @since 1.577
*/
public interface SimpleBuildStep extends BuildStep {
......
......@@ -37,7 +37,8 @@ import java.util.List;
/**
* Wraps a {@link TaskListener} as a {@link BuildListener} for compatibility with APIs which historically expected the latter.
* Does not support {@link BuildListener#started} or {@link BuildListener#finished}.
* @since TODO
*
* @since 1.577
*/
public final class BuildListenerAdapter implements BuildListener {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册