Interface InstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>

    • Method Detail

      • getApproval

        String getApproval()
      • withApproval

        A withApproval​(String approval)
      • hasApproval

        Boolean hasApproval()
      • withNewApproval

        A withNewApproval​(String arg1)
      • withApproved

        A withApproved​(Boolean approved)
      • hasApproved

        Boolean hasApproved()
      • withNewApproved

        A withNewApproved​(String arg1)
      • withNewApproved

        A withNewApproved​(boolean arg1)
      • addToClusterServiceVersionNames

        A addToClusterServiceVersionNames​(int index,
                                          String item)
      • setToClusterServiceVersionNames

        A setToClusterServiceVersionNames​(int index,
                                          String item)
      • addToClusterServiceVersionNames

        A addToClusterServiceVersionNames​(String... items)
      • addAllToClusterServiceVersionNames

        A addAllToClusterServiceVersionNames​(Collection<String> items)
      • removeFromClusterServiceVersionNames

        A removeFromClusterServiceVersionNames​(String... items)
      • removeAllFromClusterServiceVersionNames

        A removeAllFromClusterServiceVersionNames​(Collection<String> items)
      • getClusterServiceVersionNames

        List<String> getClusterServiceVersionNames()
      • getClusterServiceVersionName

        String getClusterServiceVersionName​(int index)
      • getFirstClusterServiceVersionName

        String getFirstClusterServiceVersionName()
      • getLastClusterServiceVersionName

        String getLastClusterServiceVersionName()
      • getMatchingClusterServiceVersionName

        String getMatchingClusterServiceVersionName​(Predicate<String> predicate)
      • hasMatchingClusterServiceVersionName

        Boolean hasMatchingClusterServiceVersionName​(Predicate<String> predicate)
      • withClusterServiceVersionNames

        A withClusterServiceVersionNames​(List<String> clusterServiceVersionNames)
      • withClusterServiceVersionNames

        A withClusterServiceVersionNames​(String... clusterServiceVersionNames)
      • hasClusterServiceVersionNames

        Boolean hasClusterServiceVersionNames()
      • addNewClusterServiceVersionName

        A addNewClusterServiceVersionName​(String arg1)
      • addNewClusterServiceVersionName

        A addNewClusterServiceVersionName​(StringBuilder arg1)
      • addNewClusterServiceVersionName

        A addNewClusterServiceVersionName​(StringBuffer arg1)
      • getGeneration

        Integer getGeneration()
      • withGeneration

        A withGeneration​(Integer generation)
      • hasGeneration

        Boolean hasGeneration()
      • getSource

        String getSource()
      • withSource

        A withSource​(String source)
      • withNewSource

        A withNewSource​(String arg1)
      • getSourceNamespace

        String getSourceNamespace()
      • withSourceNamespace

        A withSourceNamespace​(String sourceNamespace)
      • hasSourceNamespace

        Boolean hasSourceNamespace()
      • withNewSourceNamespace

        A withNewSourceNamespace​(String arg1)
      • withNewSourceNamespace

        A withNewSourceNamespace​(StringBuilder arg1)
      • withNewSourceNamespace

        A withNewSourceNamespace​(StringBuffer arg1)