Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-10781

Static String NAME

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      private static String NAME_REGEXP = "[a-zA-Z0-9_.-]*";

      • private static final Pattern NAME_PATTERN = Pattern.compile(NAME_REGEXP);
      • private static String PORT_REGEXP = "[0-9] {1,5}

        ";

      • private static final Pattern PORT_PATTERN = Pattern.compile(PORT_REGEXP);
      • private static final int MAX_PORT = 65535;
      • private final static Predicate<String> isPortField = new Predicate<String>()
      • {
      •    @Override
        
      •    public boolean apply(final String input)
        
      •    {
        
      •        return input.startsWith(CONTAINER_PORT_PREFIX) || input.startsWith(HOST_PORT_PREFIX);
        

      Attachments

        Activity

          People

            Unassigned Unassigned
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: