@Generated public class ToolchainModel extends TrackableBase implements Serializable, Cloneable
GLOBAL_LEVEL, USER_LEVEL
Constructor and Description |
---|
ToolchainModel() |
ToolchainModel(ToolchainModel delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addProvide(String key,
String value) |
ToolchainModel |
clone() |
boolean |
equals(Object other)
Method equals.
|
Object |
getConfiguration() |
ToolchainModel |
getDelegate() |
Properties |
getProvides() |
String |
getType() |
int |
hashCode()
Method hashCode.
|
void |
setConfiguration(Object configuration) |
void |
setProvides(Properties provides) |
void |
setType(String type) |
static List<ToolchainModel> |
toolchainModelToApiV3(List<ToolchainModel> list) |
static List<ToolchainModel> |
toolchainModelToApiV4(List<ToolchainModel> list) |
getSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4
public ToolchainModel()
public ToolchainModel(ToolchainModel delegate)
public ToolchainModel clone()
clone
in class TrackableBase
public ToolchainModel getDelegate()
getDelegate
in class TrackableBase
public String getType()
public void setType(String type)
@Nonnull public Properties getProvides()
public void setProvides(Properties provides)
public Object getConfiguration()
public void setConfiguration(Object configuration)
public static List<ToolchainModel> toolchainModelToApiV4(List<ToolchainModel> list)
public static List<ToolchainModel> toolchainModelToApiV3(List<ToolchainModel> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.