Class AttributesController
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.controllers.AttributesController
-
public class AttributesController extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FodApiConnection
apiConnection
protected String
correlationId
protected PrintStream
logger
-
Constructor Summary
Constructors Constructor Description AttributesController(FodApiConnection apiConnection, PrintStream logger, String correlationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AttributeDefinition>
getAttributeDefinitions()
protected String
getCorrelationId()
protected void
println(String log)
protected void
printStackTrace(Exception e)
-
-
-
Field Detail
-
apiConnection
protected FodApiConnection apiConnection
-
correlationId
protected String correlationId
-
logger
protected PrintStream logger
-
-
Constructor Detail
-
AttributesController
public AttributesController(FodApiConnection apiConnection, PrintStream logger, String correlationId)
-
-
Method Detail
-
getAttributeDefinitions
public List<AttributeDefinition> getAttributeDefinitions() throws IOException
- Throws:
IOException
-
getCorrelationId
protected String getCorrelationId()
-
println
protected void println(String log)
-
printStackTrace
protected void printStackTrace(Exception e)
-
-