public interface IBinaryBuildTriggerable extends ICapability
| Modifier and Type | Method and Description |
|---|---|
String |
getAsFile()
Get the asFile parameter
|
String |
getAuthorEmail()
Get the author email
|
String |
getAuthorName()
Get the author name
|
String |
getCommit()
Get the SCM commit
|
String |
getCommitterEmail()
Get the committer email
|
String |
getCommitterName()
Get the committer name
|
String |
getMessage()
Get the message
|
void |
setAsFile(String asFile)
Set the asFile parameter
|
void |
setAuthorEmail(String authorEmail)
Set the author email
|
void |
setAuthorName(String authorName)
Set the author name
|
void |
setCommit(String commit)
Set the SCM commit
|
void |
setCommitterEmail(String committerEmail)
Set the committer email
|
void |
setCommitterName(String committerName)
Set the committer name
|
void |
setMessage(String message)
Set the message
|
IBuild |
triggerBinary(InputStream payload)
Trigger a binary build based on a build config
|
getName, isSupportedIBuild triggerBinary(InputStream payload)
payload - the binary payload process by buildvoid setAsFile(String asFile)
asFile - the asFileString getAsFile()
void setCommit(String commit)
commit - the SCM commit stringString getCommit()
void setAuthorEmail(String authorEmail)
authorEmail - the author emailString getAuthorEmail()
void setAuthorName(String authorName)
authorName - the author nameString getAuthorName()
void setCommitterEmail(String committerEmail)
committerEmail - the committer emailString getCommitterEmail()
void setCommitterName(String committerName)
committerName - the committer nameString getCommitterName()
void setMessage(String message)
message - the messageString getMessage()
Copyright © 2019 Red Hat, Inc. All Rights Reserved.