We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237b6d3 commit fc8b543Copy full SHA for fc8b543
src/main/java/jenkins/scm/api/metadata/PrimaryInstanceMetadataAction.java
@@ -33,6 +33,7 @@
33
import jenkins.scm.api.SCMNavigator;
34
import jenkins.scm.api.SCMSource;
35
import jenkins.scm.api.SCMSourceEvent;
36
+import org.kohsuke.stapler.export.ExportedBean;
37
38
/**
39
* Identifies a {@link SCMHead} / {@link SCMSource} as being a primary instance. Some examples of how this metadata is
@@ -70,6 +71,7 @@
70
71
*
72
* @since 2.0.1
73
*/
74
+@ExportedBean
75
public class PrimaryInstanceMetadataAction extends InvisibleAction implements Serializable {
76
77
* Ensure consistent serialization.
0 commit comments