We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997701 commit a7d8038Copy full SHA for a7d8038
core/src/main/java/jenkins/model/details/Detail.java
@@ -15,7 +15,7 @@
15
* <li>SCM information for the build</li>
16
* <li>who kicked the build off</li>
17
* </ul>
18
- * @since TODO
+ * @since 2.498
19
*/
20
public abstract class Detail implements ModelObject, IconSpec {
21
core/src/main/java/jenkins/model/details/DetailFactory.java
@@ -36,7 +36,7 @@
36
/**
37
* Allows you to add multiple details to an Actionable object at once.
38
* @param <T> the type of object to add to; typically an {@link Actionable} subtype
39
40
41
public abstract class DetailFactory<T extends Actionable> implements ExtensionPoint {
42
0 commit comments