Uses of Class
io.fabric8.openshift.api.model.config.v1.Project
-
Packages that use Project Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Project in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Project Modifier and Type Method Description ProjectProjectBuilder. build()ProjectProjectListFluent. buildFirstItem()ProjectProjectListFluent. buildItem(int index)ProjectProjectListFluent. buildLastItem()ProjectProjectListFluent. buildMatchingItem(Predicate<ProjectBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Project Modifier and Type Method Description List<Project>ProjectListFluent. buildItems()List<Project>ProjectList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Project Modifier and Type Method Description ProjectListFluent.ItemsNested<A>ProjectListFluent. addNewItemLike(Project item)AProjectListFluent. addToItems(int index, Project item)AProjectListFluent. addToItems(Project... items)protected voidProjectFluent. copyInstance(Project instance)AProjectListFluent. removeFromItems(Project... items)ProjectListFluent.ItemsNested<A>ProjectListFluent. setNewItemLike(int index, Project item)AProjectListFluent. setToItems(int index, Project item)AProjectListFluent. withItems(Project... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Project Modifier and Type Method Description AProjectListFluent. addAllToItems(Collection<Project> items)AProjectListFluent. removeAllFromItems(Collection<Project> items)voidProjectList. setItems(List<Project> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AProjectListFluent. withItems(List<Project> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Project Constructor Description ProjectBuilder(Project instance)ProjectBuilder(ProjectFluent<?> fluent, Project instance)ProjectFluent(Project instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Project Constructor Description ProjectList(String apiVersion, List<Project> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-