Class CreateApplicationModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.CreateApplicationModel
-
public class CreateApplicationModel extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateApplicationModel(String applicationName, ApplicationType applicationType, String releaseName, Integer ownerId, ApplicationAttribute[] attributes, BusinessCriticalityType businessCriticalityType, SDLCStatusType sdlcStatusType, Boolean hasMicroservices, String[] microservices, String releaseMicroserviceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationName()
ApplicationType
getApplicationType()
ApplicationAttribute[]
getAttributes()
BusinessCriticalityType
getBusinessCriticalityType()
Boolean
getHasMicroservices()
String[]
getMicroservices()
Integer
getOwnerId()
String
getReleaseMicroserviceName()
String
getReleaseName()
SDLCStatusType
getSdlcStatusType()
-
-
-
Constructor Detail
-
CreateApplicationModel
public CreateApplicationModel(String applicationName, ApplicationType applicationType, String releaseName, Integer ownerId, ApplicationAttribute[] attributes, BusinessCriticalityType businessCriticalityType, SDLCStatusType sdlcStatusType, Boolean hasMicroservices, String[] microservices, String releaseMicroserviceName)
-
-
Method Detail
-
getApplicationName
public String getApplicationName()
-
getApplicationType
public ApplicationType getApplicationType()
-
getReleaseName
public String getReleaseName()
-
getOwnerId
public Integer getOwnerId()
-
getAttributes
public ApplicationAttribute[] getAttributes()
-
getBusinessCriticalityType
public BusinessCriticalityType getBusinessCriticalityType()
-
getSdlcStatusType
public SDLCStatusType getSdlcStatusType()
-
getHasMicroservices
public Boolean getHasMicroservices()
-
getMicroservices
public String[] getMicroservices()
-
getReleaseMicroserviceName
public String getReleaseMicroserviceName()
-
-