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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketModeImpl.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description TicketModeImpl(String value, String ticketValue, String ticketPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTicketPath()StringgetTicketSecret()StringgetTicketValue()StringgetValue()booleanisTicketPathSet()booleanisTicketValueSet()-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-