public abstract class PuppetEnterpriseStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl implements Serializable
| Constructor and Description |
|---|
PuppetEnterpriseStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
PEResponse |
request(String endpoint,
Integer port,
String method,
Map body) |
PEResponse |
request(String url,
String method,
Map body) |
void |
setCredentialsId(String credentialsId) |
@DataBoundSetter public void setCredentialsId(String credentialsId)
public final PEResponse request(String url, String method, Map body) throws Exception
Exceptionpublic final PEResponse request(String endpoint, Integer port, String method, Map body) throws Exception
Exceptionpublic String getCredentialsId()
Copyright © 2016. All rights reserved.