Interface P4Ticket

  • All Superinterfaces:
    com.cloudbees.plugins.credentials.Credentials, Describable<com.cloudbees.plugins.credentials.Credentials>, ExtensionPoint, com.cloudbees.plugins.credentials.common.IdCredentials, P4Credentials, Serializable, com.cloudbees.plugins.credentials.common.StandardCredentials, com.cloudbees.plugins.credentials.common.StandardUsernameCredentials, com.cloudbees.plugins.credentials.common.UsernameCredentials
    All Known Implementing Classes:
    P4TicketImpl

    public interface P4Ticket
    extends P4Credentials
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials

        com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
      • Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.StandardUsernameCredentials

        com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTicketPath()  
      String getTicketValue()  
      boolean isTicketPathSet()  
      boolean isTicketValueSet()  
      • Methods inherited from interface com.cloudbees.plugins.credentials.Credentials

        forRun, getDescriptor, getScope
      • Methods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials

        getId
      • Methods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials

        getDescription
      • Methods inherited from interface com.cloudbees.plugins.credentials.common.UsernameCredentials

        getUsername, isUsernameSecret
    • Method Detail

      • getTicketValue

        String getTicketValue()
        Returns:
        The ticket value
      • isTicketValueSet

        boolean isTicketValueSet()
        Returns:
        true if TicketValue is selected
      • getTicketPath

        String getTicketPath()
        Returns:
        Location of the users .p4tickets files
      • isTicketPathSet

        boolean isTicketPathSet()
        Returns:
        true if TicketPath is selected