Class InsecurePrMetadataEvent.RepoRef

java.lang.Object
com.atlassian.bamboo.security.validation.InsecurePrMetadataEvent.RepoRef
Enclosing class:
InsecurePrMetadataEvent

public static class InsecurePrMetadataEvent.RepoRef extends Object
Minimal snapshot of a repository's identity, captured at violation time
  • Field Details

    • name

      @Nullable public final @Nullable String name
    • id

      public final long id
  • Constructor Details

    • RepoRef

      public RepoRef(@Nullable @Nullable String name, long id)
  • Method Details