public class GitTagSCMHead
extends jenkins.scm.api.SCMHead
implements jenkins.scm.api.mixin.TagSCMHead
| Constructor and Description |
|---|
GitTagSCMHead(String name,
long timestamp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
public GitTagSCMHead(@NonNull
String name,
long timestamp)
name - the name.timestamp - the timestamp of the tag, for lightweight tags this should be the last commit, for annotated
tags this should be the tag date.Copyright © 2007–2018. All rights reserved.