@Extension
public class CloudItemListener
extends hudson.model.listeners.ItemListener
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
CloudItemListener() |
Modifier and Type | Method and Description |
---|---|
List<net.sf.json.JSONObject> |
buildJobsList() |
void |
onCreated(hudson.model.Item item) |
void |
onDeleted(hudson.model.Item item) |
void |
onUpdated(hudson.model.Item item) |
public void onCreated(hudson.model.Item item)
onCreated
in class hudson.model.listeners.ItemListener
public void onDeleted(hudson.model.Item item)
onDeleted
in class hudson.model.listeners.ItemListener
public void onUpdated(hudson.model.Item item)
onUpdated
in class hudson.model.listeners.ItemListener
public List<net.sf.json.JSONObject> buildJobsList()
Copyright © 2016–2018. All rights reserved.