@Deprecated public class SourceMetadata extends Object implements com.google.jenkins.plugins.metadata.MetadataValue
Modifier and Type | Field and Description |
---|---|
static String |
SOURCE_KEY
Deprecated.
|
Constructor and Description |
---|
SourceMetadata(String scm,
String repoUrl,
String branch,
String revision,
String lastAuthor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getBranch()
Deprecated.
|
String |
getKey()
Deprecated.
|
String |
getLastAuthor()
Deprecated.
|
String |
getRepoUrl()
Deprecated.
|
String |
getRevision()
Deprecated.
|
String |
getSCM()
Deprecated.
|
int |
hashCode()
Deprecated.
|
SourceMetadata |
mergeFrom(SourceMetadata other)
Deprecated.
Returns a copy of this instance with empty fields filled in from the given
instance.
|
String |
toString()
Deprecated.
|
public static final String SOURCE_KEY
public String getSCM()
public String getRepoUrl()
public String getBranch()
public String getRevision()
public String getLastAuthor()
public String getKey()
getKey
in interface com.google.jenkins.plugins.metadata.MetadataValue
public SourceMetadata mergeFrom(SourceMetadata other)
Copyright © 2016–2019. All rights reserved.