Skip to content

Commit fc8b543

Browse files
authored
[JENKINS-72958] expose PrimaryInstanceMetadataAction to API (#259)
1 parent 237b6d3 commit fc8b543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/jenkins/scm/api/metadata/PrimaryInstanceMetadataAction.java

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import jenkins.scm.api.SCMNavigator;
3434
import jenkins.scm.api.SCMSource;
3535
import jenkins.scm.api.SCMSourceEvent;
36+
import org.kohsuke.stapler.export.ExportedBean;
3637

3738
/**
3839
* Identifies a {@link SCMHead} / {@link SCMSource} as being a primary instance. Some examples of how this metadata is
@@ -70,6 +71,7 @@
7071
*
7172
* @since 2.0.1
7273
*/
74+
@ExportedBean
7375
public class PrimaryInstanceMetadataAction extends InvisibleAction implements Serializable {
7476
/**
7577
* Ensure consistent serialization.

0 commit comments

Comments
 (0)