Skip to content

Commit

Permalink
[JENKINS-72958] expose PrimaryInstanceMetadataAction to API (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRx authored Apr 23, 2024
1 parent 237b6d3 commit fc8b543
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import jenkins.scm.api.SCMNavigator;
import jenkins.scm.api.SCMSource;
import jenkins.scm.api.SCMSourceEvent;
import org.kohsuke.stapler.export.ExportedBean;

/**
* Identifies a {@link SCMHead} / {@link SCMSource} as being a primary instance. Some examples of how this metadata is
Expand Down Expand Up @@ -70,6 +71,7 @@
*
* @since 2.0.1
*/
@ExportedBean
public class PrimaryInstanceMetadataAction extends InvisibleAction implements Serializable {
/**
* Ensure consistent serialization.
Expand Down

0 comments on commit fc8b543

Please sign in to comment.