Interface CrossNodesCommunication.InvalidateRepositoryCacheRequestOrBuilder

    • Method Detail

      • hasMetadata

        boolean hasMetadata()
        .com.atlassian.bamboo.grpc.Metadata metadata = 1;
        Returns:
        Whether the metadata field is set.
      • getChainPlanKeysToIndexList

        List<String> getChainPlanKeysToIndexList()
        repeated string chainPlanKeysToIndex = 2;
        Returns:
        A list containing the chainPlanKeysToIndex.
      • getChainPlanKeysToIndexCount

        int getChainPlanKeysToIndexCount()
        repeated string chainPlanKeysToIndex = 2;
        Returns:
        The count of chainPlanKeysToIndex.
      • getChainPlanKeysToIndex

        String getChainPlanKeysToIndex​(int index)
        repeated string chainPlanKeysToIndex = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The chainPlanKeysToIndex at the given index.
      • getChainPlanKeysToIndexBytes

        com.google.protobuf.ByteString getChainPlanKeysToIndexBytes​(int index)
        repeated string chainPlanKeysToIndex = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the chainPlanKeysToIndex at the given index.
      • getRepositoriesToDeleteList

        List<Long> getRepositoriesToDeleteList()
        repeated int64 repositoriesToDelete = 3;
        Returns:
        A list containing the repositoriesToDelete.
      • getRepositoriesToDeleteCount

        int getRepositoriesToDeleteCount()
        repeated int64 repositoriesToDelete = 3;
        Returns:
        The count of repositoriesToDelete.
      • getRepositoriesToDelete

        long getRepositoriesToDelete​(int index)
        repeated int64 repositoriesToDelete = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The repositoriesToDelete at the given index.
      • getRepositoriesToInvalidateList

        List<Long> getRepositoriesToInvalidateList()
        repeated int64 repositoriesToInvalidate = 4;
        Returns:
        A list containing the repositoriesToInvalidate.
      • getRepositoriesToInvalidateCount

        int getRepositoriesToInvalidateCount()
        repeated int64 repositoriesToInvalidate = 4;
        Returns:
        The count of repositoriesToInvalidate.
      • getRepositoriesToInvalidate

        long getRepositoriesToInvalidate​(int index)
        repeated int64 repositoriesToInvalidate = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The repositoriesToInvalidate at the given index.