jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
23 lines (22 loc) • 645 B
JSON
{
"sampleData" : {
"title" : "Jive-Jenkins",
"contents" : [
{ "text":"Jenkins Jobs"}
],
"action" : {
"text" : "Jenkins",
"url" : "https://jenkins.jiveland.com"
}
},
"displayName" : "Jenkins Builds",
"name" : "jenkins",
"description" : "Displays jenkins builds status",
"style" : "LIST",
"icons" : {
"16" : "{{{host}}}/{{{TILE_NAME}}}/images/jenkins.png",
"48" : "{{{host}}}/{{{TILE_NAME}}}/images/jenkins.png",
"128" : "{{{host}}}/{{{TILE_NAME}}}/images/jenkins.png"
},
"action":"/{{{TILE_NAME}}}/action"
}