Class DesignCenterProjectExchange
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<DesignCenterProject>
com.aeontronix.enhancedmule.tools.api.DesignCenterProjectExchange
- All Implemented Interfaces:
Serializable
public class DesignCenterProjectExchange extends AnypointObject<DesignCenterProject>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static PatternmajorVersionRegexFields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
Constructors Constructor Description DesignCenterProjectExchange(DesignCenterProject designCenterProject, String branch) -
Method Summary
Modifier and Type Method Description StringgetApiVersion()StringgetAssetId()StringgetBranch()StringgetClassifier()StringgetGroupId()StringgetMain()StringgetName()StringgetNextVersion()StringgetVersion()booleanisEnableCreatePlatformApis()booleanisPublishedVersion()voidpublish()voidpublish(String version, String apiVersion)voidsetApiVersion(String apiVersion)voidsetAssetId(String assetId)voidsetClassifier(String classifier)voidsetEnableCreatePlatformApis(boolean enableCreatePlatformApis)voidsetGroupId(String groupId)voidsetMain(String main)voidsetName(String name)voidsetNextVersion(String nextVersion)voidsetPublishedVersion(boolean publishedVersion)voidsetVersion(String version)
-
Field Details
-
Constructor Details
-
Method Details
-
getBranch
-
getMain
-
setMain
-
getName
-
setName
-
getClassifier
-
setClassifier
-
getGroupId
-
setGroupId
-
getAssetId
-
setAssetId
-
getVersion
-
setVersion
-
getApiVersion
-
setApiVersion
-
getNextVersion
-
setNextVersion
-
isEnableCreatePlatformApis
public boolean isEnableCreatePlatformApis() -
setEnableCreatePlatformApis
public void setEnableCreatePlatformApis(boolean enableCreatePlatformApis) -
isPublishedVersion
public boolean isPublishedVersion() -
setPublishedVersion
public void setPublishedVersion(boolean publishedVersion) -
publish
- Throws:
HttpException
-
publish
- Throws:
HttpException
-