Class TicketModeImpl

java.lang.Object
hudson.model.AbstractDescribableImpl<TicketModeImpl>
org.jenkinsci.plugins.p4.credentials.TicketModeImpl
All Implemented Interfaces:
Describable<TicketModeImpl>, Serializable

public class TicketModeImpl extends AbstractDescribableImpl<TicketModeImpl> implements Serializable
See Also:
  • Constructor Details

    • TicketModeImpl

      @DataBoundConstructor public TicketModeImpl(String value, String ticketValue, String ticketPath)
  • Method Details

    • getValue

      public String getValue()
    • getTicketValue

      public String getTicketValue()
    • getTicketSecret

      public String getTicketSecret()
    • getTicketPath

      public String getTicketPath()
    • isTicketValueSet

      public boolean isTicketValueSet()
    • isTicketPathSet

      public boolean isTicketPathSet()