Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-15603] export changenumber from perforcetagaction
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetti committed Nov 20, 2012
1 parent 707d9d2 commit d04ccd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/hudson/plugins/perforce/PerforceTagAction.java
Expand Up @@ -20,6 +20,7 @@
import java.util.regex.Pattern;
import java.util.List;
import org.kohsuke.stapler.QueryParameter;
import org.kohsuke.stapler.export.Exported;

/**
* {@link Action} that lets people create tag for the given build.
Expand Down Expand Up @@ -65,6 +66,7 @@ public PerforceTagAction(PerforceTagAction tga) {
this.owner = tga.owner;
}

@Exported
public int getChangeNumber() {
return changeNumber;
}
Expand Down

0 comments on commit d04ccd5

Please sign in to comment.