Uses of Class
zowe.client.sdk.teamconfig.model.Profile
-
Packages that use Profile Package Description zowe.client.sdk.teamconfig.model Definitions of model POJOs to represent Zowe Global Team Configuration -
-
Uses of Profile in zowe.client.sdk.teamconfig.model
Methods in zowe.client.sdk.teamconfig.model that return Profile Modifier and Type Method Description Profile
ProfileDao. getProfile()
Return profile objectMethods in zowe.client.sdk.teamconfig.model that return types with arguments of type Profile Modifier and Type Method Description List<Profile>
ConfigContainer. getProfiles()
Return list of profilesList<Profile>
Partition. getProfiles()
Return list of ProfilesConstructors in zowe.client.sdk.teamconfig.model with parameters of type Profile Constructor Description ProfileDao(Profile profile, String user, String password, String host, String port)
Partition constructor.Constructor parameters in zowe.client.sdk.teamconfig.model with type arguments of type Profile Constructor Description Partition(String name, Map<String,String> properties, List<Profile> profiles)
Partition constructor
-