Class MavenArtifactFluentImpl<A extends MavenArtifactFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.connect.build.MavenArtifactFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,MavenArtifactFluent<A>
- Direct Known Subclasses:
MavenArtifactBuilder,PluginFluentImpl.MavenArtifactArtifactsNestedImpl
public class MavenArtifactFluentImpl<A extends MavenArtifactFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MavenArtifactFluent<A>
Maven artifact represents an artifact which is downloaded from Maven repository
-
-
Constructor Summary
Constructors Constructor Description MavenArtifactFluentImpl()MavenArtifactFluentImpl(MavenArtifact instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifact()StringgetGroup()StringgetRepository()StringgetVersion()BooleanhasArtifact()BooleanhasGroup()inthashCode()BooleanhasRepository()BooleanhasVersion()AwithArtifact(String artifact)AwithGroup(String group)AwithNewArtifact(String original)Deprecated.AwithNewGroup(String original)Deprecated.AwithNewRepository(String original)Deprecated.AwithNewVersion(String original)Deprecated.AwithRepository(String repository)AwithVersion(String version)
-
-
-
Constructor Detail
-
MavenArtifactFluentImpl
public MavenArtifactFluentImpl()
-
MavenArtifactFluentImpl
public MavenArtifactFluentImpl(MavenArtifact instance)
-
-
Method Detail
-
getGroup
public String getGroup()
- Specified by:
getGroupin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withGroup
public A withGroup(String group)
- Specified by:
withGroupin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
hasGroup
public Boolean hasGroup()
- Specified by:
hasGroupin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withNewGroup
@Deprecated public A withNewGroup(String original)
Deprecated.- Specified by:
withNewGroupin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
getArtifact
public String getArtifact()
- Specified by:
getArtifactin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withArtifact
public A withArtifact(String artifact)
- Specified by:
withArtifactin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
hasArtifact
public Boolean hasArtifact()
- Specified by:
hasArtifactin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withNewArtifact
@Deprecated public A withNewArtifact(String original)
Deprecated.- Specified by:
withNewArtifactin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withVersion
public A withVersion(String version)
- Specified by:
withVersionin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
hasVersion
public Boolean hasVersion()
- Specified by:
hasVersionin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withNewVersion
@Deprecated public A withNewVersion(String original)
Deprecated.- Specified by:
withNewVersionin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
getRepository
public String getRepository()
- Specified by:
getRepositoryin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withRepository
public A withRepository(String repository)
- Specified by:
withRepositoryin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
hasRepository
public Boolean hasRepository()
- Specified by:
hasRepositoryin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
withNewRepository
@Deprecated public A withNewRepository(String original)
Deprecated.- Specified by:
withNewRepositoryin interfaceMavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
-